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>2017-03-29 05:24:58 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-29 05:29:14 +0000
commit5dda5a2ea2a9eaf78e70a003b68f606c520ce464 (patch)
treecb0cb0667af51d943fa6bbae2d1b99ee75ccde52 /pkgs/top-level/ocaml-packages.nix
parent750dca50243d6c7e6ddd98165c7e6a0edba180b2 (diff)
downloadnixpkgs-5dda5a2ea2a9eaf78e70a003b68f606c520ce464.tar
nixpkgs-5dda5a2ea2a9eaf78e70a003b68f606c520ce464.tar.gz
nixpkgs-5dda5a2ea2a9eaf78e70a003b68f606c520ce464.tar.bz2
nixpkgs-5dda5a2ea2a9eaf78e70a003b68f606c520ce464.tar.lz
nixpkgs-5dda5a2ea2a9eaf78e70a003b68f606c520ce464.tar.xz
nixpkgs-5dda5a2ea2a9eaf78e70a003b68f606c520ce464.tar.zst
nixpkgs-5dda5a2ea2a9eaf78e70a003b68f606c520ce464.zip
ocamlPackages.bitstring: remove 2.0.4
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 41347a2607d..eba34692082 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -53,15 +53,12 @@ let
 
     base64 = callPackage ../development/ocaml-modules/base64 { };
 
+    bitstring = callPackage ../development/ocaml-modules/bitstring { };
+
     bolt = callPackage ../development/ocaml-modules/bolt { };
 
     bos = callPackage ../development/ocaml-modules/bos { };
 
-    bitstring =
-      if lib.versionOlder "4.02" ocaml.version
-      then callPackage ../development/ocaml-modules/bitstring { }
-      else callPackage ../development/ocaml-modules/bitstring/2.0.4.nix { };
-
     camlidl = callPackage ../development/tools/ocaml/camlidl { };
 
     camlp4 =