gnu: ocamlformat: Depend on 'git-minimal/fixed'.

* gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with
'git-minimal/fixed'.
This commit is contained in:
Ludovic Courtès 2022-12-23 23:46:55 +01:00
parent 83b1a2f682
commit 9203de5250
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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