cmdliner requires OCaml ≥ 4
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user