Reexport ocaml data notation in the ocaml-oasis derivation
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user