me
/
guix
Archived
1
0
Fork 0

gnu: julia: Fix build.

This follows up on commit 8d8e1438ae.

* gnu/packages/julia.scm (julia)[arguments]: Substitute* libgit2 version.

Reported by francismb <francismb@email.de>.
master
Tobias Geerinckx-Rice 2023-02-12 01:00:00 +01:00
parent 7ce9fe86a2
commit 0fbff222c4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 0 deletions

View File

@ -319,6 +319,8 @@ libraries. It is also a bit like @code{ldd} and @code{otool -L}.")
(("4.1.0") ,(package-version (this-package-input "mpfr"))))
(substitute* "stdlib/GMP_jll/test/runtests.jl"
(("6.2.1") ,(package-version (this-package-input "gmp"))))
(substitute* "stdlib/LibGit2_jll/test/runtests.jl"
(("1.3.0") ,(package-version (this-package-input "libgit2"))))
(substitute* "stdlib/nghttp2_jll/test/runtests.jl"
(("1.48.0") ,(package-version (this-package-input "libnghttp2"))))
(substitute* "stdlib/Zlib_jll/test/runtests.jl"