mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocamlformat: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with 'git-minimal/fixed'.
This commit is contained in:
parent
83b1a2f682
commit
9203de5250
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue