wayback_machine_downloader: migrate to by-name (#423806)

This commit is contained in:
Peder Bergebakken Sundt
2025-07-10 03:18:03 +02:00
committed by GitHub
5 changed files with 1 additions and 3 deletions
@@ -10,4 +10,4 @@ DEPENDENCIES
wayback_machine_downloader
BUNDLED WITH
2.3.6
2.6.9
-2
View File
@@ -4220,8 +4220,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;