coqPackages_8_4.mathcomp: remove

This commit is contained in:
Vincent Laporte 2017-12-02 08:49:36 +00:00
parent 00a6d849f8
commit 5b7e3de309
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 0 additions and 7 deletions

View File

@ -2,12 +2,6 @@
let param =
{
"8.4" = {
version = "1.6.1";
url = https://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz;
sha256 = "1j9ylggjzrxz1i2hdl2yhsvmvy5z6l4rprwx7604401080p5sgjw";
};
"8.5" = {
version = "1.6.1";
url = https://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz;

View File

@ -18806,7 +18806,6 @@ with pkgs;
in
recurseIntoAttrs contribs;
mathcomp = callPackage ../development/coq-modules/mathcomp {};
paco = callPackage ../development/coq-modules/paco {};
QuickChick = callPackage ../development/coq-modules/QuickChick {};
ssreflect = callPackage ../development/coq-modules/ssreflect {};