wayback_machine_downloader: migrate to by-name

This commit is contained in:
Guy Chronister 2025-07-09 10:03:12 -05:00
parent f61b09020b
commit 4e30d9b75e
5 changed files with 1 additions and 3 deletions

View File

@ -10,4 +10,4 @@ DEPENDENCIES
wayback_machine_downloader
BUNDLED WITH
2.3.6
2.6.9

View File

@ -4218,8 +4218,6 @@ with pkgs;
quota = if stdenv.hostPlatform.isLinux then linuxquota else unixtools.quota;
wayback_machine_downloader = callPackage ../applications/networking/wayback_machine_downloader { };
radeon-profile = libsForQt5.callPackage ../tools/misc/radeon-profile { };
rainbowstream = with python3.pkgs; toPythonApplication rainbowstream;