Hi Denis, Denis 'GNUtoo' Carikli skribis: > * 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]: Add patch. > > * gnu/packages/commencement.scm (glibc-final): Export variable. > > Signed-off-by: Denis 'GNUtoo' Carikli I had lost track of it, so thanks for pinging. I’ve applied it and confirmed it works. I made the following cosmetic changes (patch below): • removing the ‘glibc-final’ export, which is unnecessary; • in phases, refer to the ‘inputs’ parameter rather than the ‘%build-inputs’ global variable (which is deprecated); • avoid repetition of (string-append (assoc-ref …) "/lib/debug"); • tweak indentation. Thanks! Ludo’.