diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-12-23 23:59:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-24 00:39:10 +0100 |
commit | 0dcca97c9f1f937a7d6157d14a1dcdb92ce9fa20 (patch) | |
tree | df48aa60e939d3bd0776652ffae13c4f81d063d8 /gnu/packages/ocaml.scm | |
parent | 9203de5250f0a5754f251ead40b0f1a75f985a72 (diff) |
gnu: opam: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (opam)[native-inputs]: Replace 'git-minimal'
with 'git-minimal/fixed'.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |