coqPackages.mathcomp: 1.6.4 -> 1.7.0
This commit is contained in:
committed by
Vincent Laporte
parent
2001b57a25
commit
b4d0647752
@@ -23,6 +23,8 @@ stdenv.mkDerivation {
|
||||
inherit (coq.meta) platforms;
|
||||
};
|
||||
|
||||
passthru = { inherit (ssreflect) compatibleCoqVersions; };
|
||||
passthru = {
|
||||
compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user