about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bisect_ppx-ocamlbuild/default.nix
blob: fd3e7d58ae31dc9a69ee02c5d25d61f72dfce26b (plain) (blame)
1
2
3
4
5
6
7
{ buildDunePackage, bisect_ppx, ocamlbuild }:

buildDunePackage rec {
  inherit (bisect_ppx) version src meta;
  pname = "bisect_ppx-ocamlbuild";
  propagatedBuildInputs = [ ocamlbuild ];
}