about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-04-23 08:50:17 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2024-04-23 09:34:08 +0200
commitb377e019cacb877c7e1f34714a7dc98064e08d04 (patch)
tree4a5fbfa34198f829df8cb3fec62f9988ba270a74 /pkgs/top-level/ocaml-packages.nix
parent15526d81c5cea9e95b7d032972002dccc74521f2 (diff)
ocamlPackages.phylogenetics: unstable-2022-05-06 → 0.2.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index de27e8d83d8bd..932ff6505b782 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -835,7 +835,6 @@ let
       phylogenetics = let
         angstrom = self.angstrom.override { inherit ppx_let; };
       in callPackage ../development/ocaml-modules/phylogenetics {
-        inherit biocaml;
         ppx_deriving = self.ppx_deriving.override { inherit (jsDeps) ppxlib; };
         angstrom-unix = self.angstrom-unix.override { inherit angstrom; };
       };