summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-03-03 14:02:15 +0100
committerLudovic Courtès <ludo@gnu.org>2016-03-03 17:42:47 +0100
commit16cc99610d63d67a7f8968740d4249cbaac73277 (patch)
treefb756432710187949a123e344ef2d32a966128e6 /gnu/system.scm
parent649e9b3b47c448476a19febe876af2f74dcaf065 (diff)
downloadpatches-16cc99610d63d67a7f8968740d4249cbaac73277.tar
patches-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.scm2
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