guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/17: system: Add xfsprogs to base packages.


From: guix-commits
Subject: 15/17: system: Add xfsprogs to base packages.
Date: Thu, 23 Sep 2021 12:20:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e0509f9af4c7ce24622285dff3d1967e65bce7d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 23 13:21:11 2021 +0200

    system: Add xfsprogs to base packages.
    
    This makes them available in the Guix System installer.
    
    * gnu/system.scm (%base-packages-disk-utilities): Add xfsprogs.
---
 gnu/system.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 2b919d8..1765368 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]