mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user