mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
install: Add wireless-tools package.
* gnu/system/install.scm (installation-os): Add wireless-tools to packages.
This commit is contained in:
parent
c299dffcc4
commit
ebc28a7d13
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ (define installation-os
|
|||
|
||||
(packages (cons* texinfo-4 ; for the standalone Info reader
|
||||
parted ddrescue
|
||||
wireless-tools
|
||||
;; 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