gnu: gdb: Return #t from all phases.
* gnu/packages/gdb.scm (gdb)[arguments]: Return #t from all phases.master
parent
0d47fdf872
commit
a3401d64db
|
@ -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)
|
||||
|
|
Reference in New Issue