3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ than yojson), with 25-35% space savings.")
(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 @@ format}. @code{craml} is released as a single binary (called @code{craml}).")
"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