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.
This commit is contained in:
Maxim Cournoyer 2021-10-31 01:33:47 -04:00
parent fd34e2bc62
commit b021a640d3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -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