guix-commits
[Top][All Lists]
Advanced

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

12/66: gnu: gawk: Return #t from all phases.


From: Mark H. Weaver
Subject: 12/66: gnu: gawk: Return #t from all phases.
Date: Fri, 23 Mar 2018 04:46:41 -0400 (EDT)

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

commit dcd5ea699fe4f7e8c1f53933e4d0e027c1a0a512
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:07:46 2018 -0400

    gnu: gawk: Return #t from all phases.
    
    * gnu/packages/gawk.scm (gawk)[arguments]: Return #t from
    the 'set-shell-file-name' phase.
---
 gnu/packages/gawk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 6b1d1af..487020a 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -55,7 +55,9 @@
                              '((substitute* "extension/Makefile.in"
                                  (("^.*: check-for-shared-lib-support" match)
                                   (string-append "### " match))))
-                             '()))))
+                             '())
+
+                       #t)))
 
                  (add-before 'check 'adjust-test-infrastructure
                    (lambda _



reply via email to

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