Reexport ocaml data notation in the ocaml-oasis derivation

wip/yesman
Florent Becker 10 years ago committed by Michael Raskin
parent 3245b97000
commit 02a4e40474
  1. 4
      pkgs/development/tools/ocaml/oasis/default.nix

@ -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…
Cancel
Save