diff options
author | pukkamustard <pukkamustard@posteo.net> | 2020-12-28 22:10:14 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-12-30 14:26:18 +0100 |
commit | f6979a7d9f0cf903113e3beaa606c003084e85c7 (patch) | |
tree | 42e6070d41be134bb0f1e079de03284db2cd4c98 /gnu | |
parent | b13544751f5d93b8d11c9be671131dada531afd2 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index df07aff29f..c5b845c049 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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 |