mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
coqPackages_8_4.ssreflect: remove
This commit is contained in:
parent
f307634f9d
commit
f6284c76da
@ -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;
|
||||
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user