3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: valgrind: Remove input labels.

* gnu/packages/valgrind.scm (valgrind/interactive)[inputs]: Remove labels.
[arguments]: Adjust accordingly.
This commit is contained in:
Ludovic Courtès 2022-05-09 11:56:59 +02:00
parent 4d1a88312c
commit bb8c5f5205
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -111,8 +111,7 @@ also use Valgrind to build new tools.")
"valgrind-fix-default-debuginfo-path.patch"))))
(inputs
;; GDB is needed to provide a sane default for `--db-command'.
`(("gdb" ,gdb)
("glibc:debug" ,(canonical-package glibc) "debug")))
(list gdb `(,(canonical-package glibc) "debug")))
(arguments
(substitute-keyword-arguments (package-arguments valgrind)
((#:phases phases #~%standard-phases)
@ -126,7 +125,7 @@ also use Valgrind to build new tools.")
;; TODO: Remove on the next rebuild cycle, when libc is not
;; longer fully stripped.
(define libc-debug
(string-append (assoc-ref inputs "glibc:debug")
(string-append (ungexp (this-package-input "glibc") "debug")
"/lib/debug"))
(substitute* '("coregrind/m_debuginfo/readelf.c"