summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2018-11-30 12:46:14 +0100
committerJoachim Breitner <mail@joachim-breitner.de>2018-11-30 12:57:01 +0100
commit7621523fc19d76a6fe8715a25159557b872fc6af (patch)
tree1a3892c6f41f61c606366500cd1cfe6c0086512d /pkgs/top-level/ocaml-packages.nix
parent22e95afea557a5181a73de6577db06f2950fd59c (diff)
downloadnixpkgs-7621523fc19d76a6fe8715a25159557b872fc6af.tar
nixpkgs-7621523fc19d76a6fe8715a25159557b872fc6af.tar.gz
nixpkgs-7621523fc19d76a6fe8715a25159557b872fc6af.tar.bz2
nixpkgs-7621523fc19d76a6fe8715a25159557b872fc6af.tar.lz
nixpkgs-7621523fc19d76a6fe8715a25159557b872fc6af.tar.xz
nixpkgs-7621523fc19d76a6fe8715a25159557b872fc6af.tar.zst
nixpkgs-7621523fc19d76a6fe8715a25159557b872fc6af.zip
Add bisect_ppx and bisect_ppx-ocamlbuild
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index cf06b52c5ba..7d03651eac9 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -131,6 +131,9 @@ let
 
     bin_prot_p4 = callPackage ../development/ocaml-modules/bin_prot { };
 
+    bisect_ppx = callPackage ../development/ocaml-modules/bisect_ppx { };
+    bisect_ppx-ocamlbuild = callPackage ../development/ocaml-modules/bisect_ppx-ocamlbuild { };
+
     ocaml_cairo = callPackage ../development/ocaml-modules/ocaml-cairo { };
 
     cairo2 = callPackage ../development/ocaml-modules/cairo2 { };