coqPackages.tlc: disable for Coq > 8.10

This commit is contained in:
Vincent Laporte 2020-01-27 10:24:30 +01:00 committed by Vincent Laporte
parent 355b31c98e
commit fa709922f3

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
};
passthru = {
compatibleCoqVersions = v: stdenv.lib.versionAtLeast v "8.6";
compatibleCoqVersions = stdenv.lib.flip builtins.elem [ "8.6" "8.7" "8.8" "8.9" "8.10" ];
};
}