mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
ocamlPackages.pgocaml_ppx: init at 4.0
This commit is contained in:
parent
a760b217c8
commit
4f7484f038
8
pkgs/development/ocaml-modules/pgocaml/ppx.nix
Normal file
8
pkgs/development/ocaml-modules/pgocaml/ppx.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ 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 ];
|
||||
}
|
@ -623,6 +623,8 @@ let
|
||||
|
||||
pgocaml = callPackage ../development/ocaml-modules/pgocaml {};
|
||||
|
||||
pgocaml_ppx = callPackage ../development/ocaml-modules/pgocaml/ppx.nix {};
|
||||
|
||||
ocaml-sat-solvers = callPackage ../development/ocaml-modules/ocaml-sat-solvers { };
|
||||
|
||||
ocamlscript = callPackage ../development/tools/ocaml/ocamlscript { };
|
||||
|
Loading…
Reference in New Issue
Block a user