about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-01-28 11:58:52 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-01-28 12:03:25 +0100
commit66e2f504168e166b3408264021f617e85f4d31dd (patch)
tree4b274a7da328ede6cbe87ce972473bbcd1430a9c /pkgs/development/ocaml-modules
parentda91fff493bf56f85e43d1c05e60407403a39d7e (diff)
downloadnixlib-66e2f504168e166b3408264021f617e85f4d31dd.tar
nixlib-66e2f504168e166b3408264021f617e85f4d31dd.tar.gz
nixlib-66e2f504168e166b3408264021f617e85f4d31dd.tar.bz2
nixlib-66e2f504168e166b3408264021f617e85f4d31dd.tar.lz
nixlib-66e2f504168e166b3408264021f617e85f4d31dd.tar.xz
nixlib-66e2f504168e166b3408264021f617e85f4d31dd.tar.zst
nixlib-66e2f504168e166b3408264021f617e85f4d31dd.zip
cmdliner requires OCaml ≥ 4
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/cmdliner/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/cmdliner/default.nix b/pkgs/development/ocaml-modules/cmdliner/default.nix
index 0a35dc922960..546d2aaa5226 100644
--- a/pkgs/development/ocaml-modules/cmdliner/default.nix
+++ b/pkgs/development/ocaml-modules/cmdliner/default.nix
@@ -6,7 +6,7 @@ let
   ocaml_version = (builtins.parseDrvName ocaml.name).version;
 in
 
-assert stdenv.lib.versionAtLeast ocaml_version "3.12";
+assert stdenv.lib.versionAtLeast ocaml_version "4.00";
 
 stdenv.mkDerivation {