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>master
parent
b13544751f
commit
f6979a7d9f
|
@ -3858,7 +3858,7 @@ than yojson), with 25-35% space savings.")
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "."))
|
`(#:test-target "."))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("ocaml-biniou" ,ocaml-biniou)
|
`(("ocaml-biniou" ,ocaml-biniou)
|
||||||
("ocaml-easy-format" ,ocaml-easy-format)))
|
("ocaml-easy-format" ,ocaml-easy-format)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -3926,9 +3926,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).")
|
||||||
"15ssgmwdxylbwhld9p1cq8x6kadxyhll5bfyf11dddj6cldna3hb"))))
|
"15ssgmwdxylbwhld9p1cq8x6kadxyhll5bfyf11dddj6cldna3hb"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ocaml-biniou" ,(package-with-ocaml4.07 ocaml-biniou))
|
`(("ocaml-yojson" ,(package-with-ocaml4.07 ocaml-yojson))))
|
||||||
("ocaml-yojson" ,(package-with-ocaml4.07 ocaml-yojson))
|
|
||||||
("ocaml-easy-format" ,(package-with-ocaml4.07 ocaml-easy-format))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml-findlib" ,ocaml-findlib)))
|
`(("ocaml-findlib" ,ocaml-findlib)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue