summary refs log tree commit diff
path: root/pkgs/development/coq-modules/gaia-hydras
diff options
context:
space:
mode:
authorCyril Cohen <cohen@crans.org>2021-10-28 16:17:24 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-10-29 21:05:07 +0200
commitc5c34f6be1162177555ef88165b65d7b1ea2f752 (patch)
tree95a0024309fe446b58e0ce4b9d08fe506d1f0d01 /pkgs/development/coq-modules/gaia-hydras
parent71d0e49b24ce41dffe5b6d492cb122ccd084536f (diff)
coqPackages.mathcomp: 1.12.0 -> 1.13.0
Diffstat (limited to 'pkgs/development/coq-modules/gaia-hydras')
-rw-r--r--pkgs/development/coq-modules/gaia-hydras/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/coq-modules/gaia-hydras/default.nix b/pkgs/development/coq-modules/gaia-hydras/default.nix
index c20c503d73ba5..5b76cb9148f0f 100644
--- a/pkgs/development/coq-modules/gaia-hydras/default.nix
+++ b/pkgs/development/coq-modules/gaia-hydras/default.nix
@@ -1,4 +1,5 @@
-{ lib, mkCoqDerivation, coq, hydra-battles, gaia, mathcomp-zify, version ? null }:
+{ lib, mkCoqDerivation, coq, hydra-battles, gaia,
+  mathcomp-zify, mathcomp, version ? null }:
 
 with lib; mkCoqDerivation rec {
   pname = "gaia-hydras";
@@ -8,8 +9,8 @@ with lib; mkCoqDerivation rec {
   releaseRev = (v: "v${v}");
 
   inherit version;
-  defaultVersion = with versions; switch coq.coq-version [
-    { case = range "8.13" "8.14"; out = "0.5"; }
+  defaultVersion = with versions; switch [coq.coq-version mathcomp.version] [
+    { cases = [ (range "8.13" "8.14") (isGe "1.12.0") ]; out = "0.5"; }
   ] null;
 
   propagatedBuildInputs = [