guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: opam: Depend on 'git-minimal/fixed'.


From: guix-commits
Subject: 03/07: gnu: opam: Depend on 'git-minimal/fixed'.
Date: Fri, 23 Dec 2022 18:48:29 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0dcca97c9f1f937a7d6157d14a1dcdb92ce9fa20
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Dec 23 23:59:55 2022 +0100

    gnu: opam: Depend on 'git-minimal/fixed'.
    
    * gnu/packages/ocaml.scm (opam)[native-inputs]: Replace 'git-minimal'
    with 'git-minimal/fixed'.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 1bdaa40901..5109cd052a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -941,7 +941,7 @@ name = Guix Builder")
          ("ocaml-cppo" ,ocaml-cppo)
 
          ;; For tests.
-         ("git" ,git-minimal)
+         ("git" ,git-minimal/fixed)
          ("openssl" ,openssl)
          ("python" ,python-wrapper)
          ("rsync" ,rsync)



reply via email to

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