gnu: gdb: Return #t from all phases.

* gnu/packages/gdb.scm (gdb)[arguments]: Return #t from all phases.
This commit is contained in:
Mark H Weaver 2018-04-12 03:53:53 -04:00
parent 0d47fdf872
commit a3401d64db
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -57,7 +57,8 @@ (define-public gdb
'configure 'post-configure
(lambda _
(for-each patch-makefile-SHELL
(find-files "." "Makefile\\.in"))))
(find-files "." "Makefile\\.in"))
#t))
(add-after
'install 'remove-libs-already-in-binutils
(lambda* (#:key inputs outputs #:allow-other-keys)