gnu: gdb: Return #t from all phases.

* gnu/packages/gdb.scm (gdb)[arguments]: Return #t from all phases.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@
'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)