mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
install: Add iw to the packages.
* gnu/system/install.scm (installation-os)[packages]: Add IW.
This commit is contained in:
parent
8666869491
commit
7de2b18612
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ (define installation-os
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue