mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ocamlPackages.utop: disable for OCaml ≤ 4.02
This commit is contained in:
parent
9a666f92a2
commit
74d519b234
@ -2,7 +2,7 @@
|
||||
, lambdaTerm, cppo, makeWrapper
|
||||
}:
|
||||
|
||||
if !stdenv.lib.versionAtLeast ocaml.version "4.02"
|
||||
if !stdenv.lib.versionAtLeast ocaml.version "4.03"
|
||||
then throw "utop is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user