coqPackages.mathcomp: 1.6.4 -> 1.7.0
This commit is contained in:
committed by
Vincent Laporte
parent
2001b57a25
commit
b4d0647752
@@ -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" ];
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user