aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/valgrind-fix-default-debuginfo-path.patch
Commit message (Collapse)AuthorAge
* gnu: valgrind: Allow ld.so symbols to be found.Denis 'GNUtoo' Carikli2022-05-09
Fixes <https://issues.guix.gnu.org/54728>. * gnu/packages/valgrind.scm (valgrind/interactive)[native-inputs]: Add libc:debug [arguments]: Add patch-default-debuginfo-path phase [source]: Add patch. (valgrind-3.18)[source]: Inherit from (package-source valgrind/interactive) and remove 'patches' field. Co-authored-by: Ludovic Courtès <ludo@gnu.org>