nixpkgs/pkgs/development/ocaml-modules/pgocaml/ppx.nix

9 lines
235 B
Nix
Raw Normal View History

2020-02-19 16:22:51 +00:00
{ buildDunePackage, pgocaml, ppx_tools, ppx_tools_versioned, rresult }:
buildDunePackage {
pname = "pgocaml_ppx";
inherit (pgocaml) src version meta;
propagatedBuildInputs = [ pgocaml ppx_tools ppx_tools_versioned rresult ];
}