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>2020-02-20 18:37:40 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-02-28 21:24:26 +0100
commit305dc2a199a8a9571b22d26fc67420c9e5fb8524 (patch)
tree37a8878378c5e9511c9b371f3c8e7a8158581396 /pkgs/top-level/ocaml-packages.nix
parentfca7f386db55f4e3bd456855113969e05c0b4804 (diff)
downloadnixpkgs-305dc2a199a8a9571b22d26fc67420c9e5fb8524.tar
nixpkgs-305dc2a199a8a9571b22d26fc67420c9e5fb8524.tar.gz
nixpkgs-305dc2a199a8a9571b22d26fc67420c9e5fb8524.tar.bz2
nixpkgs-305dc2a199a8a9571b22d26fc67420c9e5fb8524.tar.lz
nixpkgs-305dc2a199a8a9571b22d26fc67420c9e5fb8524.tar.xz
nixpkgs-305dc2a199a8a9571b22d26fc67420c9e5fb8524.tar.zst
nixpkgs-305dc2a199a8a9571b22d26fc67420c9e5fb8524.zip
ocamlPackages.cohttp_p4: remove at 0.19.3
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index d3f0d620fde..72d41621c23 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -154,15 +154,7 @@ let
 
     cmdliner = callPackage ../development/ocaml-modules/cmdliner { };
 
-    cohttp_p4 = callPackage ../development/ocaml-modules/cohttp/0.19.3.nix {
-      base64 = base64_2;
-      lwt = lwt2;
-    };
-
-    cohttp =
-      if lib.versionOlder "4.03" ocaml.version
-      then callPackage ../development/ocaml-modules/cohttp { }
-      else cohttp_p4;
+    cohttp = callPackage ../development/ocaml-modules/cohttp { };
 
     cohttp-lwt = callPackage ../development/ocaml-modules/cohttp/lwt.nix { };