summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2026-08-20 18:56:14 +0000
committerAndreas Enge <andreas@enge.fr>2026-08-28 16:40:53 +0200
commit63f46189342754a0405eba0e002ce38b391e6dec (patch)
tree68f4a1370c699735dab4e7100e1d88dc39ab38f4
parenta91a84034a5d6778af84cf433077bcc461b6f4f1 (diff)
gnu: gnupg: Fix cross build.
* gnu/packages/gnupg.scm (gnupg)[arguments]<#:phases>: Set path to gprt_config. [native-inputs]: Add libgpg-error. Merges: guix/guix!10687 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/gnupg.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a0bcca427a6..0c914f28c96 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -348,7 +348,8 @@ compatible to GNU Pth.")
348 "0lhknfbnbhn2mfz9b5c19n8m2116my06hz7s569nm9j6ma62rbz3")))) 348 "0lhknfbnbhn2mfz9b5c19n8m2116my06hz7s569nm9j6ma62rbz3"))))
349 (build-system gnu-build-system) 349 (build-system gnu-build-system)
350 (native-inputs 350 (native-inputs
351 (list pkg-config)) 351 (list libgpg-error ; for yat2m
352 pkg-config))
352 (inputs 353 (inputs
353 (append (if (target-hurd?) 354 (append (if (target-hurd?)
354 '() 355 '()
@@ -378,6 +379,10 @@ compatible to GNU Pth.")
378 "--with-libgpg-error-prefix=" 379 "--with-libgpg-error-prefix="
379 #$(this-package-input "libgpg-error")) 380 #$(this-package-input "libgpg-error"))
380 #~(string-append 381 #~(string-append
382 "ac_cv_path_GPGRT_CONFIG="
383 #$(this-package-input "libgpg-error")
384 "/bin/gpgrt-config")
385 #~(string-append
381 "--with-libgcrypt-prefix=" 386 "--with-libgcrypt-prefix="
382 #$(this-package-input "libgcrypt")) 387 #$(this-package-input "libgcrypt"))
383 #~(string-append 388 #~(string-append