mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
coqPackages.metalib: enable for Coq 8.16
This commit is contained in:
committed by
Vincent Laporte
parent
80fd9ab13e
commit
577c99884d
@@ -5,7 +5,7 @@ with lib; mkCoqDerivation {
|
||||
owner = "plclub";
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.14" "8.15"; out = "8.15"; }
|
||||
{ case = range "8.14" "8.16"; out = "8.15"; }
|
||||
{ case = range "8.10" "8.13"; out = "8.10"; }
|
||||
] null;
|
||||
releaseRev = v: "coq${v}";
|
||||
|
||||
Reference in New Issue
Block a user