From b62ea74e97ac850a4ac89f4d0991df5194b8fecc Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 8 Dec 2021 18:06:25 +0100 Subject: coqPackages.graph-theory: disable for Coq 8.15 --- pkgs/development/coq-modules/graph-theory/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/coq-modules') diff --git a/pkgs/development/coq-modules/graph-theory/default.nix b/pkgs/development/coq-modules/graph-theory/default.nix index 5607d342a2e..6374ede7970 100644 --- a/pkgs/development/coq-modules/graph-theory/default.nix +++ b/pkgs/development/coq-modules/graph-theory/default.nix @@ -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 ]; -- cgit 1.4.1