Skip to content

Commit

Permalink
ocamlPackages.pgocaml_ppx: init at 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Feb 25, 2020
1 parent a760b21 commit 4f7484f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/ocaml-modules/pgocaml/ppx.nix
@@ -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 ];
}
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit 4f7484f

Please sign in to comment.