mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
system: Add xfsprogs to base packages.
This makes them available in the Guix System installer. * gnu/system.scm (%base-packages-disk-utilities): Add xfsprogs.
This commit is contained in:
parent
34c105f929
commit
9e0509f9af
1 changed files with 2 additions and 1 deletions
|
@ -809,7 +809,8 @@ (define %base-packages-disk-utilities
|
|||
dosfstools
|
||||
btrfs-progs
|
||||
f2fs-tools
|
||||
jfsutils))
|
||||
jfsutils
|
||||
xfsprogs))
|
||||
|
||||
(define %base-packages
|
||||
;; Default set of packages globally visible. It should include anything
|
||||
|
|
Loading…
Reference in a new issue