[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/50: gnu: perl: Support [cross-]building with gcc-14 and for 64bit Hur
From: |
guix-commits |
Subject: |
17/50: gnu: perl: Support [cross-]building with gcc-14 and for 64bit Hurd. |
Date: |
Mon, 18 Nov 2024 16:43:16 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 133f16e48bde31ea1cd31af5d4fd8ddf6cc5bb5b
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Nov 7 13:16:25 2024 +0100
gnu: perl: Support [cross-]building with gcc-14 and for 64bit Hurd.
* gnu/packages/cross-base.scm (perl)[native-inputs]: Update perl-cross to
1.6.
Change-Id: I4a77f51a6757ad4aed9bcca8f9bbbf2cbd162e15
---
gnu/packages/perl.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index faaac13bf1..3941ad4831 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -248,14 +248,16 @@
(native-inputs
(if (%current-target-system)
`(("perl-cross"
- ,(origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/arsv/perl-cross")
- (commit "1.4")))
- (file-name (git-file-name "perl-cross" "1.4"))
- (sha256
- (base32
"1ydjvlhrk06ccyj4bm8by7xk90krsll2k380mc3x1mhfrc7r9gzy")))))
+ ,(let ((version "1.6"))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/arsv/perl-cross")
+ (commit version)))
+ (file-name (git-file-name "perl-cross" version))
+ (sha256
+ (base32
+ "0s06lkx5b79r9cn6pm5p6d4jbdjq7wg7rjr75nw5xdhw1z3wnl2d"))))))
'()))
(native-search-paths (list (search-path-specification
(variable "PERL5LIB")
- 19/50: gnu: hurd: Fix build with gcc-14., (continued)
- 19/50: gnu: hurd: Fix build with gcc-14., guix-commits, 2024/11/18
- 20/50: gnu: netdde: Fix build with gcc-14., guix-commits, 2024/11/18
- 22/50: gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd., guix-commits, 2024/11/18
- 26/50: gnu: libgpg-error: Support the 64bit Hurd., guix-commits, 2024/11/18
- 33/50: gnu: rumpkernel: Support the 64bit Hurd., guix-commits, 2024/11/18
- 34/50: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/18
- 36/50: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 11/50: gnu: libstdc++: Support the 64bit Hurd., guix-commits, 2024/11/18
- 14/50: gnu: git-minimal: Support [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/11/18
- 25/50: system: image: Add hurd64 image types., guix-commits, 2024/11/18
- 17/50: gnu: perl: Support [cross-]building with gcc-14 and for 64bit Hurd.,
guix-commits <=
- 29/50: gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/18
- 32/50: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337., guix-commits, 2024/11/18
- 35/50: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 37/50: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 43/50: gnu: gettext: Fix cross-build shebangs., guix-commits, 2024/11/18
- 40/50: gnu: commencement: mig-boot0: Update to 1.8+git20231217.., guix-commits, 2024/11/18
- 46/50: gnu: bootstrap: %bootstrap-glibc: Also fix libm.so., guix-commits, 2024/11/18
- 49/50: system: examples: Add devel-hurd64.tmpl., guix-commits, 2024/11/18
- 48/50: system: examples: Add bare-hurd64.tmpl., guix-commits, 2024/11/18
- 50/50: gnu: Use gcc-14, gcc-toolchain-14 on the 64bit Hurd., guix-commits, 2024/11/18