gnu: gdb: Return #t from all phases.
* gnu/packages/gdb.scm (gdb)[arguments]: Return #t from all phases.
This commit is contained in:
parent
0d47fdf872
commit
a3401d64db
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@
|
||||||
'configure 'post-configure
|
'configure 'post-configure
|
||||||
(lambda _
|
(lambda _
|
||||||
(for-each patch-makefile-SHELL
|
(for-each patch-makefile-SHELL
|
||||||
(find-files "." "Makefile\\.in"))))
|
(find-files "." "Makefile\\.in"))
|
||||||
|
#t))
|
||||||
(add-after
|
(add-after
|
||||||
'install 'remove-libs-already-in-binutils
|
'install 'remove-libs-already-in-binutils
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Reference in a new issue