mhw pushed a commit to branch core-updates
in repository guix.
commit dcd5ea699fe4f7e8c1f53933e4d0e027c1a0a512
Author: Mark H Weaver <[email protected]>
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 _