biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / ocaml / js_of_ocaml / ppx_deriving_json.nix
blob9ed0f5afcde7c2c500f67fcc80da00c2d11bed9e
1 { buildDunePackage, js_of_ocaml-compiler
2 , js_of_ocaml, ppxlib
3 }:
5 buildDunePackage {
6   pname = "js_of_ocaml-ppx_deriving_json";
8   inherit (js_of_ocaml-compiler) version src;
10   propagatedBuildInputs = [ js_of_ocaml ppxlib ];
12   meta = builtins.removeAttrs js_of_ocaml-compiler.meta [ "mainProgram" ];