diff options
author | zimoun <zimon.toutoune@gmail.com> | 2023-04-20 15:23:33 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-26 14:34:23 +0200 |
commit | c3509c2148ee74b66a7e4338c626cd3b582ab51c (patch) | |
tree | f5c46d63b661596863cc0994db9b10fa6acbca0d /gnu/local.mk | |
parent | 50dcd1acd7c62152da266b6686a442e26dd88a45 (diff) | |
download | guix-c3509c2148ee74b66a7e4338c626cd3b582ab51c.tar.gz |
gnu: valgrind: Update to 3.20.0.
* gnu/packages/valgrind.scm (valgrind): Update to 3.20.0. Remove patch. [arguments]<phases>: Remove trailing #t. * gnu/packages/patches/valgrind-enable-arm.patch: Delete file. * gnu/packages/valgrind.scm (dist_patch_DATA): Unregister patch. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 40f7a3f49a..983201167b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2015,7 +2015,6 @@ dist_patch_DATA = \ %D%/packages/patches/unzip-32bit-zipbomb-fix.patch \ %D%/packages/patches/ustr-fix-build-with-gcc-5.patch \ %D%/packages/patches/util-linux-tests.patch \ - %D%/packages/patches/valgrind-enable-arm.patch \ %D%/packages/patches/vboot-utils-fix-format-load-address.patch \ %D%/packages/patches/vboot-utils-fix-tests-show-contents.patch \ %D%/packages/patches/vboot-utils-skip-test-workbuf.patch \ |