~ruther/guix-local

16cc99610d63d67a7f8968740d4249cbaac73277 — Ludovic Courtès 10 years ago 649e9b3
system: Add rfkill to '%base-packages'.

* gnu/system.scm (%base-packages): Add RFKILL.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +1 -1
@@ 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