guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/36: gnu: gdb: Return #t from all phases.


From: Mark H. Weaver
Subject: 35/36: gnu: gdb: Return #t from all phases.
Date: Thu, 12 Apr 2018 04:09:23 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit a3401d64dbedf72c346e36624403102933e13c88
Author: Mark H Weaver <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]