mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
coqPackages.stdpp: disable for Coq 8.15
This commit is contained in:
parent
69bba1dc67
commit
5401acff06
@ -6,7 +6,7 @@ with lib; mkCoqDerivation rec {
|
|||||||
domain = "gitlab.mpi-sws.org";
|
domain = "gitlab.mpi-sws.org";
|
||||||
owner = "iris";
|
owner = "iris";
|
||||||
defaultVersion = with versions; switch coq.coq-version [
|
defaultVersion = with versions; switch coq.coq-version [
|
||||||
{ case = isGe "8.14"; out = "1.6.0"; }
|
{ case = isEq "8.14"; out = "1.6.0"; }
|
||||||
{ case = range "8.11" "8.13"; out = "1.5.0"; }
|
{ case = range "8.11" "8.13"; out = "1.5.0"; }
|
||||||
{ case = range "8.8" "8.10"; out = "1.4.0"; }
|
{ case = range "8.8" "8.10"; out = "1.4.0"; }
|
||||||
] null;
|
] null;
|
||||||
|
Loading…
Reference in New Issue
Block a user