lol

hyenae: drop (#396079)

authored by

Aleksana and committed by
GitHub
58855d64 4f1a1241

+1 -34
-34
pkgs/by-name/hy/hyenae/package.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - fetchurl, 5 - libdnet, 6 - pkg-config, 7 - libpcap, 8 - }: 9 - 10 - stdenv.mkDerivation rec { 11 - pname = "hyenae"; 12 - version = "0.36-1"; 13 - 14 - enableParallelBuilding = true; 15 - 16 - src = fetchurl { 17 - url = "mirror://sourceforge/hyenae/${version}/hyenae-${version}.tar.gz"; 18 - sha256 = "1f3x4yn9a9p4f4wk4l8pv7hxfjc8q7cv20xzf7ky735sq1hj0xcg"; 19 - }; 20 - 21 - nativeBuildInputs = [ pkg-config ]; 22 - buildInputs = [ 23 - libdnet 24 - libpcap 25 - ]; 26 - 27 - meta = { 28 - description = ""; 29 - homepage = "https://sourceforge.net/projects/hyenae/"; 30 - license = lib.licenses.gpl3; 31 - maintainers = [ lib.maintainers.marcweber ]; 32 - platforms = lib.platforms.linux; 33 - }; 34 - }
+1
pkgs/top-level/aliases.nix
··· 810 810 ht-rust = throw "'ht-rust' has been renamed to/replaced by 'xh'"; # Converted to throw 2024-10-17 811 811 hydra_unstable = hydra; # Added 2024-08-22 812 812 hydron = throw "hydron has been removed as the project has been archived upstream since 2022 and is affected by a severe remote code execution vulnerability"; 813 + hyenae = throw "hyenae has been removed because it fails to build and was unmaintained for 15 years"; # Added 2025-04-04 813 814 hyprgui = throw "hyprgui has been removed as the repository is deleted"; # Added 2024-12-27 814 815 hyprlauncher = throw "hyprlauncher has been removed as the repository is deleted"; # Added 2024-12-27 815 816 hyprwall = throw "hyprwall has been removed as the repository is deleted"; # Added 2024-12-27