coqPackages.mathcomp-analysis: enable for Coq 8.9
This commit is contained in:
committed by
Vincent Laporte
parent
925b196c55
commit
4a21043578
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
passthru = {
|
||||
compatibleCoqVersions = v: builtins.elem v [ "8.8" ];
|
||||
compatibleCoqVersions = v: builtins.elem v [ "8.8" "8.9" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user