Unverified Commit 28406601 authored by awwpotato's avatar awwpotato
Browse files

hyenae: drop

parent b6f910a2
Loading
Loading
Loading
Loading
+0 −34
Original line number Diff line number Diff line
{
  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;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -797,6 +797,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