diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-05-14 00:25:41 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-05-13 23:27:23 +0100 |
commit | a63362c58abe682776c7c74493b4c2174941ad79 (patch) | |
tree | 88d0293873be3466dbfd4c2c9acce1d5a9e88172 | |
parent | 32989ad9e4f7062aeed83f2d29b8748515b45cbb (diff) | |
download | patches-a63362c58abe682776c7c74493b4c2174941ad79.tar patches-a63362c58abe682776c7c74493b4c2174941ad79.tar.gz |
gnu: libblockdev: Add input 'xfsprogs'.
* gnu/packages/disk.scm (libblockdev)[inputs]: Add 'xfsprogs'.
-rw-r--r-- | gnu/packages/disk.scm | 3 |
1 files changed, 1 insertions, 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 |