ton: remove (#402260)

authored by Aleksana and committed by GitHub 1ad4aaa1 9eb26417

+1 -63
-63
pkgs/by-name/to/ton/package.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - fetchFromGitHub, 5 - cmake, 6 - git, 7 - pkg-config, 8 - gperf, 9 - libmicrohttpd, 10 - libsodium, 11 - lz4, 12 - openssl, 13 - readline, 14 - secp256k1, 15 - zlib, 16 - nix-update-script, 17 - }: 18 - 19 - stdenv.mkDerivation rec { 20 - pname = "ton"; 21 - version = "2024.10"; 22 - 23 - src = fetchFromGitHub { 24 - owner = "ton-blockchain"; 25 - repo = "ton"; 26 - rev = "v${version}"; 27 - hash = "sha256-Eab5tXP5gv9v/hu/Eh2WC/SeJ/bG1u6FKbREKB/ry9c="; 28 - fetchSubmodules = true; 29 - }; 30 - 31 - outputs = [ 32 - "out" 33 - "dev" 34 - ]; 35 - 36 - nativeBuildInputs = [ 37 - cmake 38 - git 39 - pkg-config 40 - ]; 41 - 42 - buildInputs = [ 43 - gperf 44 - libmicrohttpd 45 - libsodium 46 - lz4 47 - openssl 48 - readline 49 - secp256k1 50 - zlib 51 - ]; 52 - 53 - passthru.updateScript = nix-update-script { }; 54 - 55 - meta = with lib; { 56 - description = "Fully decentralized layer-1 blockchain designed by Telegram"; 57 - homepage = "https://ton.org/"; 58 - changelog = "https://github.com/ton-blockchain/ton/blob/v${version}/Changelog.md"; 59 - license = licenses.lgpl2Only; 60 - platforms = platforms.all; 61 - maintainers = with maintainers; [ misuzu ]; 62 - }; 63 - }
+1
pkgs/top-level/aliases.nix
··· 1775 1775 tokodon = plasma5Packages.tokodon; 1776 1776 tokyo-night-gtk = tokyonight-gtk-theme; # Added 2024-01-28 1777 1777 tomcat_connectors = apacheHttpdPackages.mod_jk; # Added 2024-06-07 1778 + ton = throw "'ton' has been removed as there were insufficient maintainer resources to keep up with updates"; # Added 2025-04-27 1778 1779 tor-browser-bundle-bin = tor-browser; # Added 2023-09-23 1779 1780 torrenttools = throw "torrenttools has been removed due to lack of maintanance upstream"; # Added 2025-04-06 1780 1781 torq = throw "torq has been removed because the project went closed source"; # Added 2024-11-24