nixpkgs/pkgs/development/tools/ocaml/js_of_ocaml/ocamlbuild.nix

12 lines
219 B
Nix

{ buildDunePackage, js_of_ocaml-compiler
, ocamlbuild
}:
buildDunePackage {
pname = "js_of_ocaml-ocamlbuild";
inherit (js_of_ocaml-compiler) version src meta useDune2;
propagatedBuildInputs = [ ocamlbuild ];
}