guix-commits
[Top][All Lists]
Advanced

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

02/05: doc: address@hidden: Use 'modify-phases'.


From: Ludovic Courtès
Subject: 02/05: doc: address@hidden: Use 'modify-phases'.
Date: Sun, 24 Jul 2016 17:55:53 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 6b547d22952fb30c4419d4f81545353907ab398d
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jul 24 18:49:28 2016 +0200

    doc: address@hidden: Use 'modify-phases'.
    
    * gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use 'modify-phases'.
---
 gnu/packages/gnupg.scm |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index f26574c..2391632 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -279,12 +279,11 @@ libskba (working with X.509 certificates and CMS data).")
        ("readline" ,readline)))
    (arguments
     `(#:phases
-       (alist-cons-before
-        'configure 'patch-config-files
-        (lambda _
-          (substitute* "tests/openpgp/Makefile.in"
-            (("/bin/sh") (which "bash"))))
-       %standard-phases)))))
+      (modify-phases %standard-phase
+        (add-before 'configure 'patch-config-files
+          (lambda _
+            (substitute* "tests/openpgp/Makefile.in"
+              (("/bin/sh") (which "bash"))))))))))
 
 (define-public gnupg-1
   (package (inherit gnupg)



reply via email to

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