guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: system: Add rfkill to '%base-packages'.


From: Ludovic Courtès
Subject: 01/03: system: Add rfkill to '%base-packages'.
Date: Thu, 03 Mar 2016 16:43:21 +0000

civodul pushed a commit to branch master
in repository guix.

commit 16cc99610d63d67a7f8968740d4249cbaac73277
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 3 14:02:15 2016 +0100

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

diff --git a/gnu/system.scm b/gnu/system.scm
index d600d3a..29b3ebc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]