about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/equations
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-01-28 09:59:10 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-01-28 10:16:30 -0500
commit82a1153d6deb791c64854c5a600d547747089f3c (patch)
tree09a92fbc90d3abfb37711391bdc612aa320f2f46 /pkgs/development/coq-modules/equations
parent5afd11a4d6cb40ba23f2bc77bbb283110c412c50 (diff)
downloadnixlib-82a1153d6deb791c64854c5a600d547747089f3c.tar
nixlib-82a1153d6deb791c64854c5a600d547747089f3c.tar.gz
nixlib-82a1153d6deb791c64854c5a600d547747089f3c.tar.bz2
nixlib-82a1153d6deb791c64854c5a600d547747089f3c.tar.lz
nixlib-82a1153d6deb791c64854c5a600d547747089f3c.tar.xz
nixlib-82a1153d6deb791c64854c5a600d547747089f3c.tar.zst
nixlib-82a1153d6deb791c64854c5a600d547747089f3c.zip
coq-modules: add default to fix eval
We don’t want these to not even evaluate, otherwise we won’t know why
they’re broken. For now, I’ve left these as the latest version for a
default. In the future, maybe we should be smarter about choosing these.

(cherry picked from commit e20b65156cee92d30b43f8e339bd686bd83538cb)
Diffstat (limited to 'pkgs/development/coq-modules/equations')
-rw-r--r--pkgs/development/coq-modules/equations/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/equations/default.nix b/pkgs/development/coq-modules/equations/default.nix
index 3f049eed34be..6072c000059f 100644
--- a/pkgs/development/coq-modules/equations/default.nix
+++ b/pkgs/development/coq-modules/equations/default.nix
@@ -20,7 +20,7 @@ let
       sha256 = "0dd7zd5j2sv5cw3mfwg33ss2vcj634q3qykakc41sv7f3rfgqfnn";
     };
   };
-  param = params."${coq.coq-version}";
+  param = params."${coq.coq-version}" or params."8.8";
 in
 
 stdenv.mkDerivation rec {