gnu: perl: Support [cross-]build with gcc-14 and the 64bit Hurd.

* gnu/packages/cross-base.scm (perl)[native-inputs]: Update perl-cross to 1.6.

Change-Id: I4a77f51a6757ad4aed9bcca8f9bbbf2cbd162e15
This commit is contained in:
Janneke Nieuwenhuizen 2024-11-07 13:16:25 +01:00
parent 962c8191d9
commit fbf815dc84
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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")