Reexport ocaml data notation in the ocaml-oasis derivation

This commit is contained in:
Florent Becker 2014-06-07 22:38:47 +02:00 committed by Michael Raskin
parent 3245b97000
commit 02a4e40474

View file

@ -13,9 +13,11 @@ stdenv.mkDerivation {
buildInputs =
[
ocaml findlib ocaml_data_notation ocaml_typeconv ocamlmod ocamlify ounit
ocaml findlib ocaml_typeconv ocamlmod ocamlify ounit
];
propagatedBuildInputs = [ ocaml_data_notation ];
configurePhase = "ocaml setup.ml -configure --prefix $out";
buildPhase = "ocaml setup.ml -build";
installPhase = "ocaml setup.ml -install";