coqPackages.mathcomp-analysis: enable for Coq 8.9
This commit is contained in:
parent
925b196c55
commit
4a21043578
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
compatibleCoqVersions = v: builtins.elem v [ "8.8" ];
|
compatibleCoqVersions = v: builtins.elem v [ "8.8" "8.9" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ coq ];
|
buildInputs = [ coq ];
|
||||||
propagatedBuildInputs = [ mathcomp ];
|
propagatedBuildInputs = [ mathcomp ];
|
||||||
|
|
||||||
installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
|
installFlags = "-f Makefile.coq COQLIB=$(out)/lib/coq/${coq.coq-version}/";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A small library to do epsilon - N reasonning";
|
description = "A small library to do epsilon - N reasonning";
|
||||||
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" ];
|
compatibleCoqVersions = v: builtins.elem v [ "8.5" "8.6" "8.7" "8.8" "8.9" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ coq ];
|
buildInputs = [ coq ];
|
||||||
propagatedBuildInputs = [ mathcomp ];
|
propagatedBuildInputs = [ mathcomp ];
|
||||||
|
|
||||||
installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
|
installFlags = "-f Makefile.coq COQLIB=$(out)/lib/coq/${coq.coq-version}/";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A finset and finmap library";
|
description = "A finset and finmap library";
|
||||||
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" "8.8" ];
|
compatibleCoqVersions = v: builtins.elem v [ "8.6" "8.7" "8.8" "8.9" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user