mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
coqPackages.tlc: disable for Coq > 8.10
This commit is contained in:
parent
355b31c98e
commit
fa709922f3
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue