gnu: ocaml-yojson: Make dependencies propagated-inputs.

* gnu/packages/ocaml.scm (ocaml-yojson): Make dependencies propagated-inputs.
(ocaml4.07-merlin)[inputs]: Remove ocaml-biniou and ocaml-easy-format.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
pukkamustard 2020-12-28 22:10:14 +01:00 committed by Julien Lepiller
parent b13544751f
commit f6979a7d9f
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -3858,7 +3858,7 @@ (define-public ocaml-yojson
(build-system dune-build-system)
(arguments
`(#:test-target "."))
(inputs
(propagated-inputs
`(("ocaml-biniou" ,ocaml-biniou)
("ocaml-easy-format" ,ocaml-easy-format)))
(native-inputs
@ -3926,9 +3926,7 @@ (define-public ocaml4.07-merlin
"15ssgmwdxylbwhld9p1cq8x6kadxyhll5bfyf11dddj6cldna3hb"))))
(build-system dune-build-system)
(inputs
`(("ocaml-biniou" ,(package-with-ocaml4.07 ocaml-biniou))
("ocaml-yojson" ,(package-with-ocaml4.07 ocaml-yojson))
("ocaml-easy-format" ,(package-with-ocaml4.07 ocaml-easy-format))))
`(("ocaml-yojson" ,(package-with-ocaml4.07 ocaml-yojson))))
(native-inputs
`(("ocaml-findlib" ,ocaml-findlib)))
(arguments