1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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)