Use propagatedBuildInputs in eliom
This commit is contained in:
parent
8c9bbe00ac
commit
10eb4786fd
|
@ -15,12 +15,12 @@ stdenv.mkDerivation rec
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml which ocsigen_server findlib ocsigen_deriving
|
buildInputs = [ocaml which ocsigen_server findlib ocsigen_deriving
|
||||||
js_of_ocaml ocaml_react ocaml_lwt calendar
|
js_of_ocaml ocaml_optcomp opam];
|
||||||
cryptokit tyxml ocaml_ipaddr ocamlnet ocaml_ssl
|
|
||||||
ocaml_pcre ocaml_optcomp reactivedata];
|
propagatedBuildInputs = [ ocaml_lwt reactivedata tyxml ocaml_ipaddr
|
||||||
|
calendar cryptokit ocamlnet ocaml_react ocaml_ssl
|
||||||
|
ocaml_pcre ];
|
||||||
|
|
||||||
dontAddPrefix = true;
|
|
||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
|
let ocamlVersion = (builtins.parseDrvName (ocaml.name)).version;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue