mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
ocamlPackages.fieldslib_p4: disable for OCaml ≥ 4.06
This commit is contained in:
parent
15a568cfe6
commit
c2b86bc5bb
@ -2,6 +2,10 @@
|
||||
|
||||
assert stdenv.lib.versionOlder "4.00" (stdenv.lib.getVersion ocaml);
|
||||
|
||||
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||
then throw "fieldslib-109.20.03 is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-fieldslib-109.20.03";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user