about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-19 07:41:05 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-19 07:41:05 +0300
commit14c735ccf7cbd829c48b77eb02f226fb3972b53d (patch)
tree251adf392b7ea210774753247494438fec0eb836 /pkgs/top-level/ocaml-packages.nix
parent9d9f00c967fcdd2a523f3db83a68c426ad89b1eb (diff)
ocamlPackages.camomile_0_8_2: drop
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 64fabf5d1b32b..8f455480f8df8 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -156,7 +156,6 @@ let
       if lib.versionOlder "4.02" ocaml.version
       then callPackage ../development/ocaml-modules/camomile { }
       else callPackage ../development/ocaml-modules/camomile/0.8.5.nix { };
-    camomile_0_8_2 = callPackage ../development/ocaml-modules/camomile/0.8.2.nix { };
 
     caqti = callPackage ../development/ocaml-modules/caqti { };