ton: remove

This commit is contained in:
misuzu
2025-04-27 14:40:00 +03:00
parent f771eb401a
commit 2003c7b306
2 changed files with 1 additions and 63 deletions
-63
View File
@@ -1,63 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
cmake,
git,
pkg-config,
gperf,
libmicrohttpd,
libsodium,
lz4,
openssl,
readline,
secp256k1,
zlib,
nix-update-script,
}:
stdenv.mkDerivation rec {
pname = "ton";
version = "2024.10";
src = fetchFromGitHub {
owner = "ton-blockchain";
repo = "ton";
rev = "v${version}";
hash = "sha256-Eab5tXP5gv9v/hu/Eh2WC/SeJ/bG1u6FKbREKB/ry9c=";
fetchSubmodules = true;
};
outputs = [
"out"
"dev"
];
nativeBuildInputs = [
cmake
git
pkg-config
];
buildInputs = [
gperf
libmicrohttpd
libsodium
lz4
openssl
readline
secp256k1
zlib
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Fully decentralized layer-1 blockchain designed by Telegram";
homepage = "https://ton.org/";
changelog = "https://github.com/ton-blockchain/ton/blob/v${version}/Changelog.md";
license = licenses.lgpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ misuzu ];
};
}
+1
View File
@@ -1768,6 +1768,7 @@ mapAliases {
tokodon = plasma5Packages.tokodon;
tokyo-night-gtk = tokyonight-gtk-theme; # Added 2024-01-28
tomcat_connectors = apacheHttpdPackages.mod_jk; # Added 2024-06-07
ton = throw "'ton' has been removed as there were insufficient maintainer resources to keep up with updates"; # Added 2025-04-27
tor-browser-bundle-bin = tor-browser; # Added 2023-09-23
torrenttools = throw "torrenttools has been removed due to lack of maintanance upstream"; # Added 2025-04-06
torq = throw "torq has been removed because the project went closed source"; # Added 2024-11-24