coqPackages: move to a separate file and filter the package set

This commit is contained in:
Vincent Laporte
2017-12-18 15:30:36 +00:00
parent 3b367119ee
commit d9f41a5bce
9 changed files with 115 additions and 70 deletions
@@ -42,4 +42,8 @@ stdenv.mkDerivation rec {
platforms = coq.meta.platforms;
};
passthru = {
compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" ];
};
}