guix-patches
[Top][All Lists]
Advanced

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

[bug#39332] [PATCH] system: Add btrfs-progs to %BASE-PACKAGES.


From: Leo Famulari
Subject: [bug#39332] [PATCH] system: Add btrfs-progs to %BASE-PACKAGES.
Date: Tue, 28 Jan 2020 17:26:51 -0500

* gnu/system.scm (%base-packages): Add btrfs-progs.
---
 gnu/system.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 01baa248a2..7cb6bef99d 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -586,7 +586,8 @@ of PROVENANCE-SERVICE-TYPE to its services."
          ;; already depends on it anyway.
          kmod eudev
 
-         e2fsprogs kbd
+         btrfs-progs e2fsprogs
+         kbd
 
          bash-completion
 
-- 
2.25.0






reply via email to

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