diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-23 20:41:36 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:00 -0400 |
commit | b9bf70c346c3f2bcdf31af25cd72403c1dfa2dc9 (patch) | |
tree | 465e2de5d17eef072e1768acea229012f3b2f102 /gnu/packages/cdrom.scm | |
parent | 0a5243913cdc491d3df03949195d38a77c3c87b0 (diff) | |
download | guix-b9bf70c346c3f2bcdf31af25cd72403c1dfa2dc9.tar.gz |
gnu: libcdio: Fix test failure with glibc 2.36.
* gnu/packages/patches/libcdio-glibc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/cdrom.scm (libcdio)[source](patches): New field.
Diffstat (limited to 'gnu/packages/cdrom.scm')
-rw-r--r-- | gnu/packages/cdrom.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index cfb2b6b686..dcb90a634d 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -113,6 +113,7 @@ caching facility provided by the library.") (method url-fetch) (uri (string-append "mirror://gnu/libcdio/libcdio-" version ".tar.bz2")) + (patches (search-patches "libcdio-glibc-compat.patch")) (sha256 (base32 "0avi6apv5ydjy6b9c3z9a46rvp5i57qyr09vr7x4nndxkmcfjl45")))) |