Reexport ocaml data notation in the ocaml-oasis derivation

This commit is contained in:
Florent Becker
2014-09-06 12:44:33 +04:00
committed by Michael Raskin
parent 3245b97000
commit 02a4e40474
@@ -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";