summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-09-15 18:18:46 -0400
committerMark H Weaver <mhw@netris.org>2015-09-15 18:21:16 -0400
commit1d6c8db57cbcd26994e3c6f0b4662bd783166bbf (patch)
treefa0b8258a401ccc4f6a0a3054db7b741b2d4da7d /gnu-system.am
parentb76b1dcb9694a8b87669ae0de910b811c9f305a8 (diff)
downloadgnu-guix-1d6c8db57cbcd26994e3c6f0b4662bd783166bbf.tar
gnu-guix-1d6c8db57cbcd26994e3c6f0b4662bd783166bbf.tar.gz
gnu: valgrind: Adapt to glibc-2.22 and linux-libre-4.x.
* gnu/packages/patches/valgrind-glibc-2.21.patch: Rename to ... gnu/packages/patches/valgrind-glibc-2.22.patch: ... this, and add a case for glibc-2.22. * gnu/packages/patches/valgrind-linux-libre-4.x.patch: New file. * gnu-system.am (dist_patch_DATA): Add the new file, and rename the other one. * gnu/packages/valgrind.scm (valgrind)[source]: Add new patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 2f31f6802a..5f8ce2fd2c 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -651,7 +651,8 @@ dist_patch_DATA = \
gnu/packages/patches/unzip-remove-build-date.patch \
gnu/packages/patches/util-linux-tests.patch \
gnu/packages/patches/upower-builddir.patch \
- gnu/packages/patches/valgrind-glibc-2.21.patch \
+ gnu/packages/patches/valgrind-glibc-2.22.patch \
+ gnu/packages/patches/valgrind-linux-libre-4.x.patch \
gnu/packages/patches/vpnc-script.patch \
gnu/packages/patches/vtk-mesa-10.patch \
gnu/packages/patches/w3m-fix-compile.patch \