diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-01-28 10:42:20 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-28 10:56:04 +0100 |
commit | 7de2b186124c981405061f78c38aaf4c2bebc3ef (patch) | |
tree | 20ade181e831f319d26b24908bb276b7948fe004 /gnu/system | |
parent | 8666869491a05670d65237fda5cb35bbf4a808de (diff) | |
download | guix-7de2b186124c981405061f78c38aaf4c2bebc3ef.tar guix-7de2b186124c981405061f78c38aaf4c2bebc3ef.tar.gz |
install: Add iw to the packages.
* gnu/system/install.scm (installation-os)[packages]: Add IW.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index c64ab1b85f..5b6dabe8fc 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -274,7 +274,7 @@ Use Alt-F2 for documentation. parted ddrescue grub ;mostly so xrefs to its manual work cryptsetup - wireless-tools wpa-supplicant + wireless-tools iw wpa-supplicant ;; XXX: We used to have GNU fdisk here, but as of version ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable ;; space; furthermore util-linux's fdisk is already |