cmdliner requires OCaml ≥ 4
This commit is contained in:
parent
da91fff493
commit
66e2f50416
@ -6,7 +6,7 @@ let
|
|||||||
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
||||||
in
|
in
|
||||||
|
|
||||||
assert stdenv.lib.versionAtLeast ocaml_version "3.12";
|
assert stdenv.lib.versionAtLeast ocaml_version "4.00";
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user