gnu: gawk: Return #t from all phases.

* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from
the 'set-shell-file-name' phase.
master
Mark H Weaver 2018-03-23 02:07:46 -04:00
parent 21398edae2
commit dcd5ea699f
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 1 deletions

View 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 _