Skip to content

Commit ec67aa1

Browse files
authored
torrentools: remove package (NixOS#396525)
2 parents e5a00b6 + 34601bf commit ec67aa1

File tree

4 files changed

+1
-138
lines changed

4 files changed

+1
-138
lines changed

pkgs/tools/misc/torrenttools/default.nix

Lines changed: 0 additions & 105 deletions
This file was deleted.

pkgs/tools/misc/torrenttools/fmt-9.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,6 +1706,7 @@ mapAliases {
17061706
tokyo-night-gtk = tokyonight-gtk-theme; # Added 2024-01-28
17071707
tomcat_connectors = apacheHttpdPackages.mod_jk; # Added 2024-06-07
17081708
tor-browser-bundle-bin = tor-browser; # Added 2023-09-23
1709+
torrenttools = throw "torrenttools has been removed due to lack of maintanance upstream"; # Added 2025-04-06
17091710
torq = throw "torq has been removed because the project went closed source"; # Added 2024-11-24
17101711
transmission = lib.warnOnInstantiate (transmission3Warning { }) transmission_3; # Added 2024-06-10
17111712
transmission-gtk = lib.warnOnInstantiate (transmission3Warning {

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16431,10 +16431,6 @@ with pkgs;
1643116431
inherit (linuxPackages) x86_energy_perf_policy;
1643216432
};
1643316433

16434-
torrenttools = callPackage ../tools/misc/torrenttools {
16435-
fmt = fmt_9;
16436-
};
16437-
1643816434
tony = libsForQt5.callPackage ../applications/audio/tony { };
1643916435

1644016436
trustedqsl = tqsl; # Alias added 2019-02-10

0 commit comments

Comments
 (0)