guix-patches
[Top][All Lists]
Advanced

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

[bug#41247] [PATCH 4/5] gnu: libblockdev: Add input 'xfsprogs'.


From: Brice Waegeneire
Subject: [bug#41247] [PATCH 4/5] gnu: libblockdev: Add input 'xfsprogs'.
Date: Thu, 14 May 2020 00:25:41 +0200

* gnu/packages/disk.scm (libblockdev)[inputs]: Add 'xfsprogs'.
---
 gnu/packages/disk.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index e410e29e88..346a912cf4 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -823,8 +823,7 @@ to create devices with respective mappings for the ATARAID 
sets discovered.")
        ("nss" ,nss)
        ("parted" ,parted)
        ("volume-key" ,volume-key)
-       ;; ("xfsprogs" ,xfsprogs) ; TODO: Package?
-       ))
+       ("xfsprogs" ,xfsprogs)))
     (home-page "https://github.com/storaged-project/libblockdev";)
     (synopsis "Library for manipulating block devices")
     (description
-- 
2.26.2






reply via email to

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