gnu: gawk: Return #t from all phases.

* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from
the 'set-shell-file-name' phase.
This commit is contained in:
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

View file

@ -55,7 +55,9 @@ (define-public gawk
'((substitute* "extension/Makefile.in"
(("^.*: check-for-shared-lib-support" match)
(string-append "### " match))))
'()))))
'())
#t)))
(add-before 'check 'adjust-test-infrastructure
(lambda _