forked from mirrors/nixpkgs
coqPackages.autosubst: enable for Coq 8.16
This commit is contained in:
parent
0f25d8a02d
commit
18aa936e06
|
@ -9,7 +9,7 @@ mkCoqDerivation {
|
|||
|
||||
inherit version;
|
||||
defaultVersion = with versions; switch coq.coq-version [
|
||||
{ case = range "8.10" "8.15"; out = "1.7"; }
|
||||
{ case = range "8.10" "8.16"; out = "1.7"; }
|
||||
] null;
|
||||
|
||||
propagatedBuildInputs = [ mathcomp-ssreflect ];
|
||||
|
|
Loading…
Reference in a new issue