3
0
Fork 0
forked from mirrors/nixpkgs

cmdliner requires OCaml ≥ 4

This commit is contained in:
Vincent Laporte 2015-01-28 11:58:52 +01:00
parent da91fff493
commit 66e2f50416

View file

@ -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 {