From 66e2f504168e166b3408264021f617e85f4d31dd Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 28 Jan 2015 11:58:52 +0100 Subject: [PATCH] =?UTF-8?q?cmdliner=20requires=20OCaml=20=E2=89=A5=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/cmdliner/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/cmdliner/default.nix b/pkgs/development/ocaml-modules/cmdliner/default.nix index 0a35dc92296..546d2aaa522 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 {