ocamlPackages.js_of_ocaml*: 3.7.0 -> 3.8.0
ocamlPackages.js_of_ocaml*: use buildDunePackage to fix installation ocamlPackages.js_of_ocaml*: fix style for editorconfig Closes #106343
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
{ stdenv, ocaml, findlib, dune_2, js_of_ocaml-compiler
|
||||
{ buildDunePackage, js_of_ocaml-compiler
|
||||
, ocamlbuild
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "js_of_ocaml-ocamlbuild";
|
||||
buildDunePackage {
|
||||
pname = "js_of_ocaml-ocamlbuild";
|
||||
|
||||
inherit (js_of_ocaml-compiler) version src installPhase meta;
|
||||
inherit (js_of_ocaml-compiler) version src meta useDune2;
|
||||
|
||||
buildInputs = [ ocaml findlib dune_2 ];
|
||||
|
||||
propagatedBuildInputs = [ ocamlbuild ];
|
||||
|
||||
buildPhase = "dune build -p js_of_ocaml-ocamlbuild";
|
||||
propagatedBuildInputs = [ ocamlbuild ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user