system: Add iw to '%base-packages'.

* gnu/system.scm (%base-packages): Add IW.
This commit is contained in:
Ludovic Courtès 2015-01-13 11:42:52 +01:00
parent fb9b7ce258
commit be68177368

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -332,7 +332,12 @@ (define %base-packages
(@ (gnu packages admin) dmd) guix (@ (gnu packages admin) dmd) guix
lsof ;for Guix's 'list-runtime-roots' lsof ;for Guix's 'list-runtime-roots'
pciutils usbutils 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 net-tools ; XXX: remove when Inetutils suffices
man-db man-db