mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ocamlPackages.variantslib_p4: disable for OCaml ≥ 4.06
This commit is contained in:
parent
a04f3afc3c
commit
efbc322c9f
@ -1,4 +1,8 @@
|
||||
{stdenv, buildOcaml, fetchurl, type_conv}:
|
||||
{ stdenv, buildOcaml, ocaml, fetchurl, type_conv }:
|
||||
|
||||
if stdenv.lib.versionAtLeast ocaml.version "4.06"
|
||||
then throw "variantslib-109.15.03 is not available for OCaml ${ocaml.version}"
|
||||
else
|
||||
|
||||
buildOcaml rec {
|
||||
name = "variantslib";
|
||||
|
Loading…
Reference in New Issue
Block a user