gnu: opam: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (opam)[native-inputs]: Replace 'git-minimal' with 'git-minimal/fixed'.
This commit is contained in:
parent
9203de5250
commit
0dcca97c9f
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ name = Guix Builder")
|
||||||
("ocaml-cppo" ,ocaml-cppo)
|
("ocaml-cppo" ,ocaml-cppo)
|
||||||
|
|
||||||
;; For tests.
|
;; For tests.
|
||||||
("git" ,git-minimal)
|
("git" ,git-minimal/fixed)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("rsync" ,rsync)
|
("rsync" ,rsync)
|
||||||
|
|
Reference in a new issue