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:
Ludovic Courtès 2022-12-23 23:59:55 +01:00
parent 9203de5250
commit 0dcca97c9f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)