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 e20b65156c)
This commit is contained in:
Matthew Bauer
2019-01-28 10:16:30 -05:00
parent 5afd11a4d6
commit 82a1153d6d
7 changed files with 7 additions and 7 deletions
@@ -28,7 +28,7 @@ let params =
propagatedBuildInputs = [ coq-ext-lib simple-io ];
};
};
param = params."${coq.coq-version}";
param = params."${coq.coq-version}" or params."8.8";
in
stdenv.mkDerivation rec {