aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-12-23 23:59:55 +0100
committerLudovic Courtès <ludo@gnu.org>2022-12-24 00:39:10 +0100
commit0dcca97c9f1f937a7d6157d14a1dcdb92ce9fa20 (patch)
treedf48aa60e939d3bd0776652ffae13c4f81d063d8 /gnu/packages
parent9203de5250f0a5754f251ead40b0f1a75f985a72 (diff)
downloadguix-0dcca97c9f1f937a7d6157d14a1dcdb92ce9fa20.tar
guix-0dcca97c9f1f937a7d6157d14a1dcdb92ce9fa20.tar.gz
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')
-rw-r--r--gnu/packages/ocaml.scm2
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)