lol

ocamlPackages.camlimages_4_1: disable for OCaml ≥ 4.06

+4
+4
pkgs/development/ocaml-modules/camlimages/4.1.nix
··· 2 2 3 3 assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4.00"; 4 4 5 + if stdenv.lib.versionAtLeast ocaml.version "4.06" 6 + then throw "camlimages-4.1.2 is not available for OCaml ${ocaml.version}" 7 + else 8 + 5 9 let 6 10 pname = "camlimages"; 7 11 version = "4.1.2";