From b021a640d334d8300cd3b50b29f958ffec6004e4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 31 Oct 2021 01:33:47 -0400 Subject: gnu: libblockdev: Update to 2.26. * gnu/packages/disk.scm (libblockdev): Update to 2.26. [source]: Remove patches field. [inputs]: Add xfsprogs. * gnu/packages/patches/libblockdev-glib-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. --- gnu/packages/disk.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/disk.scm') diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index e5355f9de8..1a25729b4e 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -962,8 +962,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 -- cgit v1.2.3