guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Adjust latest perl modules to new 'modify-phases' syntax.


From: Eric Bavier
Subject: 01/01: gnu: Adjust latest perl modules to new 'modify-phases' syntax.
Date: Mon, 20 Apr 2015 02:40:50 +0000

bavier pushed a commit to branch master
in repository guix.

commit 40b084a32679a59061f736b8f199f86eda42fd1f
Author: Eric Bavier <address@hidden>
Date:   Sun Apr 19 21:37:28 2015 -0500

    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.
---
 gnu/packages/compression.scm |    2 +-
 gnu/packages/perl.scm        |    2 +-
 gnu/packages/xml.scm         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 234ea33..4684fce 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 723b6d2..e55eb87 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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.
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 739f3fc..d30c40c 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]