diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-07 17:41:51 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-07 17:41:51 +0100 |
commit | ff9edc2c82bedc593858f10649c2649f98329818 (patch) | |
tree | 54ca0cfdf92435d2a345e0ec5e0915958b3cf253 /gnu/packages/valgrind.scm | |
parent | 1450bd3137eae78088a7ef94cbc5b4fe86e9ff14 (diff) | |
download | guix-ff9edc2c82bedc593858f10649c2649f98329818.tar guix-ff9edc2c82bedc593858f10649c2649f98329818.tar.gz |
gnu: valgrind: Fix test failure with glibc 2.26.
* gnu/packages/patches/valgrind-glibc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/valgrind.scm (valgrind)[source](patches): Use it.
Diffstat (limited to 'gnu/packages/valgrind.scm')
-rw-r--r-- | gnu/packages/valgrind.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm index 611a9a0558..d23cd7325b 100644 --- a/gnu/packages/valgrind.scm +++ b/gnu/packages/valgrind.scm @@ -39,7 +39,8 @@ (sha256 (base32 "18bnrw9b1d55wi1wnl68n25achsp9w48n51n1xw4fwjjnaal7jk7")) - (patches (search-patches "valgrind-enable-arm.patch")))) + (patches (search-patches "valgrind-enable-arm.patch" + "valgrind-glibc-compat.patch")))) (build-system gnu-build-system) (outputs '("doc" ;16 MB "out")) |