mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 14:01:15 +02:00
gnu: gpgme: Hardcode gpg binaries' location.
* gnu/packages/gnupg.scm (gpgme): Pass the gpg binaries' location to configure. Change-Id: I13d8e4d97cd93fffa6e3d1a6e39972e08ed69376
This commit is contained in:
committed by
Ludovic Courtès
parent
828daf0ab0
commit
609acbbc29
@@ -446,7 +446,12 @@ libskba (working with X.509 certificates and CMS data).")
|
||||
(sha256
|
||||
(base32 "17hfigfnq6xz45b5xrp299f68b5mwx0aysd51sx5v4nf8yp4w79n"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(let ((gpg-bins (dirname (search-input-file %build-inputs "/bin/gpg"))))
|
||||
(list (string-append "--enable-fixed-path=" gpg-bins)))))
|
||||
(inputs
|
||||
(list gnupg))
|
||||
(propagated-inputs
|
||||
;; As required by the pkg-config's Requires.private.
|
||||
|
||||
Reference in New Issue
Block a user