guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libgpg-error: Always provide gpg-error-config.


From: guix-commits
Subject: 01/03: gnu: libgpg-error: Always provide gpg-error-config.
Date: Wed, 24 Jan 2024 04:55:36 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 8c64709499811996653b2ebe750d705ac5c5d1f7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 24 11:35:32 2024 +0200

    gnu: libgpg-error: Always provide gpg-error-config.
    
    * gnu/packages/gnupg.scm (libgpg-error)[arguments]: Always add a
    configure-flag to enable gpg-error-config.
    
    Change-Id: I40da8310d597529b4d355e72af9411ba76e434ca
---
 gnu/packages/gnupg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 630fcf516d..ad17e1c100 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -147,6 +147,7 @@
                           (#t #t))))))))
       ((system-hurd?)
        (list
+        #:configure-flags #~(list "--enable-install-gpg-error-config")
         #:phases
         #~(modify-phases %standard-phases
             (add-after 'unpack 'skip-tests
@@ -156,7 +157,8 @@
                   (("(^| )main *\\(.*" all)
                    (string-append all "{\n  exit (77);//"))))))))
       (else
-       '())))
+       (list
+        #:configure-flags #~(list "--enable-install-gpg-error-config")))))
     (native-inputs (list gettext-minimal))
     (home-page "https://gnupg.org";)
     (synopsis "Library of error values for GnuPG components")



reply via email to

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