mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
86236e8ca4
commit
70e8752020
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue