guix-commits
[Top][All Lists]
Advanced

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

03/05: system: Add iw to '%base-packages'.


From: Ludovic Courtès
Subject: 03/05: system: Add iw to '%base-packages'.
Date: Tue, 13 Jan 2015 17:16:43 +0000

civodul pushed a commit to branch master
in repository guix.

commit be68177368954a2e72ab72c9c88ada4e52a2602d
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 13 11:42:52 2015 +0100

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

diff --git a/gnu/system.scm b/gnu/system.scm
index fc8b57f..78c63bb 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -332,7 +332,12 @@ explicitly appear in OS."
          (@ (gnu packages admin) dmd) guix
          lsof                                 ;for Guix's 'list-runtime-roots'
          pciutils usbutils
-         util-linux inetutils isc-dhcp wireless-tools
+         util-linux inetutils isc-dhcp
+
+         ;; 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
+
          net-tools                        ; XXX: remove when Inetutils suffices
          man-db
 



reply via email to

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