gnu: Adjust latest perl modules to new 'modify-phases' syntax.
* gnu/packages/compression.scm (perl-compress-raw-zlib)[arguments]:
Add missing quotes, as needed since commit f8503e2
.
* gnu/packages/perl.scm (perl-ipc-run)[arguments]: Likewise.
* gnu/packages/xml.scm (perl-xml-sax)[arguments]: Likewise.
This commit is contained in:
parent
61c21ad319
commit
40b084a326
|
@ -385,7 +385,7 @@ compression library.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(add-before
|
(add-before
|
||||||
configure configure-zlib
|
'configure 'configure-zlib
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(call-with-output-file "config.in"
|
(call-with-output-file "config.in"
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
|
|
|
@ -2486,7 +2486,7 @@ pseudo ttys.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(add-before
|
(add-before
|
||||||
check disable-w32-test
|
'check 'disable-w32-test
|
||||||
(lambda _
|
(lambda _
|
||||||
;; This test fails, and we're not really interested in
|
;; This test fails, and we're not really interested in
|
||||||
;; it, so disable it.
|
;; it, so disable it.
|
||||||
|
|
|
@ -245,7 +245,7 @@ checks.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
(add-before
|
(add-before
|
||||||
install augment-path
|
'install 'augment-path
|
||||||
;; The install target tries to load the newly-installed
|
;; The install target tries to load the newly-installed
|
||||||
;; XML::SAX module, but can't find it, so we need to tell
|
;; XML::SAX module, but can't find it, so we need to tell
|
||||||
;; perl where to look.
|
;; perl where to look.
|
||||||
|
|
Loading…
Reference in New Issue