diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-12-23 23:46:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-24 00:39:10 +0100 |
commit | 9203de5250f0a5754f251ead40b0f1a75f985a72 (patch) | |
tree | 3780a8559c645299120f1a5135b93491cbef4a46 /gnu/packages/ocaml.scm | |
parent | 83b1a2f68239993fbbe5035c5a7868dac8570b15 (diff) | |
download | guix-9203de5250f0a5754f251ead40b0f1a75f985a72.tar guix-9203de5250f0a5754f251ead40b0f1a75f985a72.tar.gz |
gnu: ocamlformat: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with
'git-minimal/fixed'.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |