From dcd5ea699fe4f7e8c1f53933e4d0e027c1a0a512 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 23 Mar 2018 02:07:46 -0400 Subject: 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(-) (limited to 'gnu/packages/gawk.scm') diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 6b1d1af10b..487020ad3b 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 _ -- cgit v1.2.3