1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

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:
Eric Bavier 2015-04-19 21:37:28 -05:00
parent 61c21ad319
commit 40b084a326
3 changed files with 3 additions and 3 deletions

View file

@ -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.