guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: address@hidden: Fix typo.


From: Efraim Flashner
Subject: 02/02: gnu: address@hidden: Fix typo.
Date: Sun, 24 Jul 2016 19:12:48 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 80c47cf8e4d95d9668e642eee474d9b230a743a7
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 24 22:02:18 2016 +0300

    gnu: address@hidden: Fix typo.
    
    * gnu/packages/gnupg.scm (address@hidden)[arguments]: Fix typo that 
prevented
    gnupg from building.
    
    This is a follow up to 6b547d22952fb30c4419d4f81545353907ab398d.
---
 gnu/packages/gnupg.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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



reply via email to

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