summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/js_of_ocaml/ocamlbuild.nix
blob: 6abb1ac1b3ae1d7f64df2abe4eeecd63f13448ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ buildDunePackage, js_of_ocaml-compiler
, ocamlbuild
}:

buildDunePackage {
  pname = "js_of_ocaml-ocamlbuild";

  inherit (js_of_ocaml-compiler) version src meta useDune2;

  propagatedBuildInputs = [ ocamlbuild ];
}