[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/47: gnu: libgcrypt: Use libgpg-error-1.50 for the 64bit Hurd.
From: |
guix-commits |
Subject: |
34/47: gnu: libgcrypt: Use libgpg-error-1.50 for the 64bit Hurd. |
Date: |
Sat, 9 Nov 2024 09:37:54 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 7786ffaeb973b0fa851ab6aa622b9ffba3087d1e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Nov 7 09:16:28 2024 +0100
gnu: libgcrypt: Use libgpg-error-1.50 for the 64bit Hurd.
* gnu/packages/gnupg.scm (libgcrypt)[propagated-inputs]: When building for
the
64bit Hurd, use libgcrypt-1.50.
Change-Id: I608d283a4a307527d5b09a81fa1a53cec5d6bb76
---
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 a4863542f2..6c6efff026 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -190,7 +190,9 @@ Daemon and possibly more in the future.")
"1pp9zyx02bzgzjzldxf0mx9kp3530xgaaqcz4n2cv100ddaaw57g"))))
(build-system gnu-build-system)
(propagated-inputs
- `(("libgpg-error-host" ,libgpg-error)))
+ `(("libgpg-error-host" ,(if (target-hurd64?)
+ libgpg-error-1.50
+ libgpg-error))))
(native-inputs
;; Needed here for the 'gpg-error' program.
`(("libgpg-error-native" ,libgpg-error)))
- 21/47: gnu: gcc: Add indirections current-gcc, current-gcc-toolchain., (continued)
- 21/47: gnu: gcc: Add indirections current-gcc, current-gcc-toolchain., guix-commits, 2024/11/09
- 15/47: installer: Add dry-run?, guix-commits, 2024/11/09
- 16/47: installer: Add "Kernel" page to select the Hurd., guix-commits, 2024/11/09
- 20/47: gnu: hurd: Update to v0.9.git20240714., guix-commits, 2024/11/09
- 23/47: gnu: cross-libc: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/09
- 24/47: gnu: bash-minimal: Fix build for 64bit Hurd., guix-commits, 2024/11/09
- 28/47: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/09
- 31/47: DRAFT gnu: bootstrap: Add support for x86_64-gnu., guix-commits, 2024/11/09
- 33/47: gnu: Add libgpg-error-1.50., guix-commits, 2024/11/09
- 32/47: system: image: Add hurd64 image types., guix-commits, 2024/11/09
- 34/47: gnu: libgcrypt: Use libgpg-error-1.50 for the 64bit Hurd.,
guix-commits <=
- 35/47: gnu: perl: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/09
- 36/47: gnu: openssl-3.0: Support the 64bit Hurd., guix-commits, 2024/11/09
- 37/47: gnu: pciutils: Support the 64bit Hurd., guix-commits, 2024/11/09
- 39/47: gnu: netdde: Support the 64bit Hurd., guix-commits, 2024/11/09
- 42/47: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/11/09
- 47/47: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/09
- 44/47: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/09
- 40/47: gnu: netdde: Update to c0ef248dc7c5ccc1273e2a796f3ece30c5b645df., guix-commits, 2024/11/09
- 43/47: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/09
- 41/47: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337., guix-commits, 2024/11/09