summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-09-23 13:21:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-09-23 18:17:17 +0200
commit9e0509f9af4c7ce24622285dff3d1967e65bce7d (patch)
tree12f644b1ec495935292763d51ac774dc15bc4d0b /gnu/system.scm
parent34c105f929b73560a2476486660c0cbba7a7410a (diff)
downloadguix-patches-9e0509f9af4c7ce24622285dff3d1967e65bce7d.tar
guix-patches-9e0509f9af4c7ce24622285dff3d1967e65bce7d.tar.gz
system: Add xfsprogs to base packages.
This makes them available in the Guix System installer. * gnu/system.scm (%base-packages-disk-utilities): Add xfsprogs.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 2b919d8b4a..17653682c5 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -809,7 +809,8 @@ of PROVENANCE-SERVICE-TYPE to its services."
dosfstools
btrfs-progs
f2fs-tools
- jfsutils))
+ jfsutils
+ xfsprogs))
(define %base-packages
;; Default set of packages globally visible. It should include anything