hyenae: drop (#396079)

This commit is contained in:
Aleksana 2025-04-13 20:02:29 +08:00 committed by GitHub
commit 58855d6481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 34 deletions

View File

@ -1,34 +0,0 @@
{
lib,
stdenv,
fetchurl,
libdnet,
pkg-config,
libpcap,
}:
stdenv.mkDerivation rec {
pname = "hyenae";
version = "0.36-1";
enableParallelBuilding = true;
src = fetchurl {
url = "mirror://sourceforge/hyenae/${version}/hyenae-${version}.tar.gz";
sha256 = "1f3x4yn9a9p4f4wk4l8pv7hxfjc8q7cv20xzf7ky735sq1hj0xcg";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [
libdnet
libpcap
];
meta = {
description = "";
homepage = "https://sourceforge.net/projects/hyenae/";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.marcweber ];
platforms = lib.platforms.linux;
};
}

View File

@ -810,6 +810,7 @@ mapAliases {
ht-rust = throw "'ht-rust' has been renamed to/replaced by 'xh'"; # Converted to throw 2024-10-17
hydra_unstable = hydra; # Added 2024-08-22
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";
hyenae = throw "hyenae has been removed because it fails to build and was unmaintained for 15 years"; # Added 2025-04-04
hyprgui = throw "hyprgui has been removed as the repository is deleted"; # Added 2024-12-27
hyprlauncher = throw "hyprlauncher has been removed as the repository is deleted"; # Added 2024-12-27
hyprwall = throw "hyprwall has been removed as the repository is deleted"; # Added 2024-12-27