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:
parent
21398edae2
commit
dcd5ea699f
1 changed files with 3 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue