guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: julia: Fix build.


From: guix-commits
Subject: 02/03: gnu: julia: Fix build.
Date: Sat, 18 Feb 2023 12:29:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0fbff222c49b1807fae2089b1462fa6e9aefb79f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 12 01:00:00 2023 +0100

    gnu: julia: Fix build.
    
    This follows up on commit 8d8e1438ae5a2e50005b500dacd0a26be540fe69.
    
    * gnu/packages/julia.scm (julia)[arguments]: Substitute* libgit2 version.
    
    Reported by francismb <francismb@email.de>.
---
 gnu/packages/julia.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 12ff63905b..906cb4b94c 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]