diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-22 16:00:35 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 16:04:59 +0200 |
commit | d58e2f2723cb97954837821e425324fa34ab6ddf (patch) | |
tree | a22cdaa96a0c36997424adf0bdd3b869aefd9f6f /gnu/packages/disk.scm | |
parent | 404feffa303e38a6a48443faa229864157c3bc1c (diff) | |
download | guix-d58e2f2723cb97954837821e425324fa34ab6ddf.tar guix-d58e2f2723cb97954837821e425324fa34ab6ddf.tar.gz |
gnu: libblockdev: Prepare for GLib 2.58.
* gnu/packages/patches/libblockdev-glib-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/disk.scm (libblockdev)[source](patches): New field.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 040aa38ebf..006cb8e301 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -925,6 +925,7 @@ to create devices with respective mappings for the ATARAID sets discovered.") (uri (string-append "https://github.com/storaged-project/" "libblockdev/releases/download/" version "-1/libblockdev-" version ".tar.gz")) + (patches (search-patches "libblockdev-glib-compat.patch")) (sha256 (base32 "0s0nazkpzpn4an00qghjkk9n7gdm5a8dqfr5hfnlk5mk5lma8njm")))) |