diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-03 14:02:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-03 17:42:47 +0100 |
commit | 16cc99610d63d67a7f8968740d4249cbaac73277 (patch) | |
tree | fb756432710187949a123e344ef2d32a966128e6 /gnu/system.scm | |
parent | 649e9b3b47c448476a19febe876af2f74dcaf065 (diff) | |
download | guix-16cc99610d63d67a7f8968740d4249cbaac73277.tar guix-16cc99610d63d67a7f8968740d4249cbaac73277.tar.gz |
system: Add rfkill to '%base-packages'.
* gnu/system.scm (%base-packages): Add RFKILL.
Diffstat (limited to 'gnu/system.scm')
-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 d600d3a293..29b3ebc3c1 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 |