coqPackages.mathcomp: 1.6.4 -> 1.7.0

This commit is contained in:
Vincent Laporte
2018-05-01 11:06:04 +02:00
committed by Vincent Laporte
parent 2001b57a25
commit b4d0647752
7 changed files with 41 additions and 33 deletions
@@ -25,6 +25,9 @@ stdenv.mkDerivation {
platforms = coq.meta.platforms;
};
passthru = { inherit (mathcomp) compatibleCoqVersions; };
passthru = {
compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" ];
};
}