mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
ocamlPackages.ocsigen-toolkit: use opaline
This commit is contained in:
parent
cb5d4c1205
commit
69ac6be009
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, buildOcaml, ocaml, opam
|
{ stdenv, fetchurl, buildOcaml, ocaml, opaline
|
||||||
, calendar, eliom, js_of_ocaml-ppx_deriving_json
|
, calendar, eliom, js_of_ocaml-ppx_deriving_json
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -8,13 +8,13 @@ buildOcaml rec
|
|||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
propagatedBuildInputs = [ calendar eliom js_of_ocaml-ppx_deriving_json ];
|
propagatedBuildInputs = [ calendar eliom js_of_ocaml-ppx_deriving_json ];
|
||||||
buildInputs = [ opam ];
|
buildInputs = [ opaline ];
|
||||||
|
|
||||||
installPhase =
|
installPhase =
|
||||||
''
|
''
|
||||||
export OCAMLPATH=$out/lib/ocaml/${ocaml.version}/site-lib/:$OCAMLPATH
|
export OCAMLPATH=$out/lib/ocaml/${ocaml.version}/site-lib/:$OCAMLPATH
|
||||||
make install
|
make install
|
||||||
opam-installer --prefix=$out
|
opaline -prefix $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user