mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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"
|
'((substitute* "extension/Makefile.in"
|
||||||
(("^.*: check-for-shared-lib-support" match)
|
(("^.*: check-for-shared-lib-support" match)
|
||||||
(string-append "### " match))))
|
(string-append "### " match))))
|
||||||
'()))))
|
'())
|
||||||
|
|
||||||
|
#t)))
|
||||||
|
|
||||||
(add-before 'check 'adjust-test-infrastructure
|
(add-before 'check 'adjust-test-infrastructure
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue