w_scan: drop

The upstream site is no longer available, and there is no valid upstream source.

qzylinra 3011f3e4 5a1cf292

+1 -29
-29
pkgs/by-name/w_/w_scan/package.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - fetchurl, 5 - }: 6 - 7 - stdenv.mkDerivation rec { 8 - pname = "w_scan"; 9 - version = "20170107"; 10 - 11 - src = fetchurl { 12 - url = "http://wirbel.htpc-forum.de/w_scan/${pname}-${version}.tar.bz2"; 13 - sha256 = "1zkgnj2sfvckix360wwk1v5s43g69snm45m0drnzyv7hgf5g7q1q"; 14 - }; 15 - 16 - # Workaround build failure on -fno-common toolchains: 17 - # ld: char-coding.o:/build/w_scan-20170107/si_types.h:117: multiple definition of 18 - # `service_t'; countries.o:/build/w_scan-20170107/si_types.h:117: first defined here 19 - env.NIX_CFLAGS_COMPILE = "-fcommon"; 20 - 21 - meta = { 22 - description = "Small CLI utility to scan DVB and ATSC transmissions"; 23 - homepage = "http://wirbel.htpc-forum.de/w_scan/index_en.html"; 24 - platforms = lib.platforms.linux; 25 - maintainers = [ lib.maintainers.nico202 ]; 26 - license = lib.licenses.gpl2; 27 - mainProgram = "w_scan"; 28 - }; 29 - }
+1
pkgs/top-level/aliases.nix
··· 2413 2413 vwm = throw "'vwm' was removed as it is broken and not maintained upstream"; # Added 2025-05-17 2414 2414 2415 2415 ### W ### 2416 + w_scan = throw "'w_scan' has been removed due to lack of upstream maintenance"; # Added 2025-08-29 2416 2417 wakatime = wakatime-cli; # 2024-05-30 2417 2418 wal_e = throw "wal_e was removed as it is unmaintained upstream and depends on the removed boto package; upstream recommends using wal-g or pgbackrest"; # Added 2024-09-22 2418 2419 wapp = tclPackages.wapp; # Added 2024-10-02