gnu: ocaml-mdx: Remove unneeded dependency.

* gnu/packages/ocaml.scm (ocaml-mdx)[inputs]: remove
ocaml-migrate-parsetree.
This commit is contained in:
Julien Lepiller 2021-11-20 14:09:38 +01:00
parent e7bf93e5cc
commit 63e5e127cb
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6981,7 +6981,6 @@ (define-public ocaml-mdx
("ocaml-cmdliner" ,ocaml-cmdliner)
("ocaml-re" ,ocaml-re)
("ocaml-result" ,ocaml-result)
("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree-1)
("ocaml-odoc" ,ocaml-odoc)
("ocaml-odoc-parser" ,ocaml-odoc-parser)
("ocaml-version" ,ocaml-version)))