diff options
author | Andreas Enge <andreas@enge.fr> | 2015-10-02 20:26:45 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-10-02 20:26:45 +0200 |
commit | 2f8fee0623e88d3ba17d7cc41510afb3871cf9b7 (patch) | |
tree | adb8f5790af96093b69b1a1638ad4a255855b147 /gnu-system.am | |
parent | 127cbd85c0c84e87bf672b753e0fa9f75e6e8d79 (diff) | |
download | guix-2f8fee0623e88d3ba17d7cc41510afb3871cf9b7.tar guix-2f8fee0623e88d3ba17d7cc41510afb3871cf9b7.tar.gz |
gnu: valgrind: Update to 3.11.0.
* gnu/packages/valgrind.scm (valgrind): Update to 3.11.0.
[source]: Remove the patches
* gnu/packages/patches/valgrind-glibc-2.22.patch,
gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Unregister the patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2964367192..c9a4d32475 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -647,8 +647,6 @@ 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.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 \ |