mhw pushed a commit to branch core-updates
in repository guix.
commit a3401d64dbedf72c346e36624403102933e13c88
Author: Mark H Weaver <[email protected]>
Date: Thu Apr 12 03:53:53 2018 -0400
gnu: gdb: Return #t from all phases.
* gnu/packages/gdb.scm (gdb)[arguments]: Return #t from all phases.
---
gnu/packages/gdb.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index ac0068f..36ccb79 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -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)