mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
962c8191d9
commit
fbf815dc84
1 changed files with 10 additions and 8 deletions
|
@ -248,14 +248,16 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(if (%current-target-system)
|
(if (%current-target-system)
|
||||||
`(("perl-cross"
|
`(("perl-cross"
|
||||||
,(origin
|
,(let ((version "1.6"))
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/arsv/perl-cross")
|
(uri (git-reference
|
||||||
(commit "1.4")))
|
(url "https://github.com/arsv/perl-cross")
|
||||||
(file-name (git-file-name "perl-cross" "1.4"))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name "perl-cross" version))
|
||||||
(base32 "1ydjvlhrk06ccyj4bm8by7xk90krsll2k380mc3x1mhfrc7r9gzy")))))
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0s06lkx5b79r9cn6pm5p6d4jbdjq7wg7rjr75nw5xdhw1z3wnl2d"))))))
|
||||||
'()))
|
'()))
|
||||||
(native-search-paths (list (search-path-specification
|
(native-search-paths (list (search-path-specification
|
||||||
(variable "PERL5LIB")
|
(variable "PERL5LIB")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue