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
This commit is contained in:
Efraim Flashner 2024-01-24 11:35:32 +02:00 committed by Ludovic Courtès
parent 86236e8ca4
commit 70e8752020
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -148,6 +148,7 @@
(#t #t))))))))
((system-hurd?)
(list
#:configure-flags #~(list "--enable-install-gpg-error-config")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'skip-tests
@ -157,7 +158,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")