3
0
Fork 0
forked from mirrors/nixpkgs

coqPackages_8_4.ssreflect: remove

This commit is contained in:
Vincent Laporte 2017-12-02 08:51:36 +00:00
parent f307634f9d
commit f6284c76da
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;
ssreflect = callPackage ../development/coq-modules/ssreflect {};
tlc = callPackage ../development/coq-modules/tlc {};
unimath = callPackage ../development/coq-modules/unimath {};
ynot = callPackage ../development/coq-modules/ynot {};