M gnu/packages/compression.scm => gnu/packages/compression.scm +1 -1
@@ 385,7 385,7 @@ compression library.")
(arguments
`(#:phases (modify-phases %standard-phases
(add-before
- configure configure-zlib
+ 'configure 'configure-zlib
(lambda* (#:key inputs #:allow-other-keys)
(call-with-output-file "config.in"
(lambda (port)
M gnu/packages/perl.scm => gnu/packages/perl.scm +1 -1
@@ 2486,7 2486,7 @@ pseudo ttys.")
(arguments
`(#:phases (modify-phases %standard-phases
(add-before
- check disable-w32-test
+ 'check 'disable-w32-test
(lambda _
;; This test fails, and we're not really interested in
;; it, so disable it.
M gnu/packages/xml.scm => gnu/packages/xml.scm +1 -1
@@ 245,7 245,7 @@ checks.")
(arguments
`(#:phases (modify-phases %standard-phases
(add-before
- install augment-path
+ 'install 'augment-path
;; The install target tries to load the newly-installed
;; XML::SAX module, but can't find it, so we need to tell
;; perl where to look.