gnu: gawk: Return #t from all phases.
* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from the 'set-shell-file-name' phase.master
parent
21398edae2
commit
dcd5ea699f
|
@ -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 _
|
||||
|
|
Reference in New Issue