Revert "coq-modules: add default to fix eval"

This reverts commit e20b65156c.
This commit is contained in:
Vincent Laporte
2019-02-01 16:02:42 +00:00
parent 0d17ecce2c
commit 59949aa55c
7 changed files with 7 additions and 7 deletions
@@ -26,7 +26,7 @@ let
sha256 = "1sj7vyarmvp1w5kvbhgpgap1yd0yrj4n1jrla0wv70k0jrq5hhpz";
};
};
param = params."${coq.coq-version}" or params."8.8";
param = params."${coq.coq-version}";
in
stdenv.mkDerivation rec {