mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public opam
|
|||
("ocaml-cppo" ,ocaml-cppo)
|
||||
|
||||
;; For tests.
|
||||
("git" ,git-minimal)
|
||||
("git" ,git-minimal/fixed)
|
||||
("openssl" ,openssl)
|
||||
("python" ,python-wrapper)
|
||||
("rsync" ,rsync)
|
||||
|
|
Loading…
Reference in a new issue