gnu: gawk: Return #t from all phases.
authorMark H Weaver <mhw@netris.org>
Fri, 23 Mar 2018 06:07:46 +0000 (02:07 -0400)
committerMark H Weaver <mhw@netris.org>
Fri, 23 Mar 2018 08:41:51 +0000 (04:41 -0400)
* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from
the 'set-shell-file-name' phase.

gnu/packages/gawk.scm

index 6b1d1af..487020a 100644 (file)
@@ -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 _