coqPackages.graph-theory: disable for Coq 8.15

This commit is contained in:
Vincent Laporte 2021-12-08 18:06:25 +01:00 committed by Vincent Laporte
parent a73d01cf07
commit b62ea74e97

View File

@ -12,7 +12,7 @@ mkCoqDerivation {
inherit version;
defaultVersion = with versions; switch coq.coq-version [
{ case = isGe "8.13"; out = "0.9"; }
{ case = range "8.13" "8.14"; out = "0.9"; }
] null;
propagatedBuildInputs = [ mathcomp-algebra mathcomp-finmap hierarchy-builder ];