From 9203de5250f0a5754f251ead40b0f1a75f985a72 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 23 Dec 2022 23:46:55 +0100 Subject: gnu: ocamlformat: Depend on 'git-minimal/fixed'. * gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with 'git-minimal/fixed'. --- gnu/packages/ocaml.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 94b4fd514e..1bdaa40901 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -8703,7 +8703,8 @@ defined in OCaml 4.12.0.") ocaml-uuseg ocaml-uutf)) (native-inputs - (list git-minimal ocaml-alcotest ocaml-ocp-indent ocaml-bisect-ppx)) + (list git-minimal/fixed ;for tests + ocaml-alcotest ocaml-ocp-indent ocaml-bisect-ppx)) (home-page "https://github.com/ocaml-ppx/ocamlformat") (synopsis "Auto-formatter for OCaml code") (description "OCamlFormat is a tool to automatically format OCaml code in -- cgit v1.2.3