diff options
| author | Ludovic Courtès | 2016-03-03 14:02:15 +0100 |
|---|---|---|
| committer | Ludovic Courtès | 2016-03-03 17:42:47 +0100 |
| commit | 16cc99610d63d67a7f8968740d4249cbaac73277 (patch) | |
| tree | fb756432710187949a123e344ef2d32a966128e6 /gnu | |
| parent | 649e9b3b47c448476a19febe876af2f74dcaf065 (diff) | |
system: Add rfkill to '%base-packages'.
* gnu/system.scm (%base-packages): Add RFKILL.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index d600d3a29..29b3ebc3c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -360,7 +360,7 @@ explicitly appear in OS." ;; wireless-tools is deprecated in favor of iw, but it's still what ;; many people are familiar with, so keep it around. - iw wireless-tools + iw wireless-tools rfkill iproute net-tools ; XXX: remove when Inetutils suffices |