mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
coqPackages_8_4.ssreflect: remove
This commit is contained in:
parent
f307634f9d
commit
f6284c76da
@ -2,12 +2,6 @@
|
|||||||
|
|
||||||
let param =
|
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" = {
|
"8.5" = {
|
||||||
version = "1.6.1";
|
version = "1.6.1";
|
||||||
url = https://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz;
|
url = https://github.com/math-comp/math-comp/archive/mathcomp-1.6.1.tar.gz;
|
||||||
|
@ -18806,7 +18806,6 @@ with pkgs;
|
|||||||
in
|
in
|
||||||
recurseIntoAttrs contribs;
|
recurseIntoAttrs contribs;
|
||||||
|
|
||||||
ssreflect = callPackage ../development/coq-modules/ssreflect {};
|
|
||||||
tlc = callPackage ../development/coq-modules/tlc {};
|
tlc = callPackage ../development/coq-modules/tlc {};
|
||||||
unimath = callPackage ../development/coq-modules/unimath {};
|
unimath = callPackage ../development/coq-modules/unimath {};
|
||||||
ynot = callPackage ../development/coq-modules/ynot {};
|
ynot = callPackage ../development/coq-modules/ynot {};
|
||||||
|
Loading…
Reference in New Issue
Block a user