From 5ab4d4069fbd98d16fc27af0191c38cb21c1717e Mon Sep 17 00:00:00 2001 From: Harinn Date: Mon, 4 May 2026 20:04:30 +0700 Subject: [PATCH] httperf: drop --- pkgs/by-name/ht/httperf/package.nix | 48 ----------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 pkgs/by-name/ht/httperf/package.nix diff --git a/pkgs/by-name/ht/httperf/package.nix b/pkgs/by-name/ht/httperf/package.nix deleted file mode 100644 index 8d754eb68d50..000000000000 --- a/pkgs/by-name/ht/httperf/package.nix +++ /dev/null @@ -1,48 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - autoreconfHook, - openssl, -}: - -stdenv.mkDerivation { - pname = "httperf"; - version = "0.9.1"; - - src = fetchFromGitHub { - repo = "httperf"; - owner = "httperf"; - rev = "3209c7f9b15069d4b79079e03bafba5b444569ff"; - sha256 = "0p48z9bcpdjq3nsarl26f0xbxmqgw42k5qmfy8wv5bcrz6b3na42"; - }; - - nativeBuildInputs = [ autoreconfHook ]; - propagatedBuildInputs = [ openssl ]; - - configurePhase = '' - runHook preConfigure - - autoreconf -i - mkdir -pv build - cd build - ../configure - - runHook postConfigure - ''; - - installPhase = '' - mkdir -vp $out/bin - mv -v src/httperf $out/bin - ''; - - meta = { - description = "HTTP load generator"; - homepage = "https://github.com/httperf/httperf"; - maintainers = [ ]; - license = lib.licenses.gpl2Plus; - platforms = lib.platforms.all; - mainProgram = "httperf"; - }; - -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index a0449bd200b5..a70d9266c80e 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -940,6 +940,7 @@ mapAliases { hpp-fcl = throw "'hpp-fcl' has been renamed to/replaced by 'coal'"; # Converted to throw 2025-10-27 hspellDicts = throw "'hspellDicts' has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05 http-prompt = throw "'http-prompt' has been removed as it was broken and unmaintained upstream"; # Added 2025-11-26 + httperf = throw "'httperf' has been removed as it was unmaintained and broken"; # Added 2026-05-04 httplz = throw "'httplz' has been removed as it was unmaintained upstream"; # Added 2026-04-25 hydra_unstable = throw "'hydra_unstable' has been renamed to/replaced by 'hydra'"; # Converted to throw 2025-10-27 hydraAntLogger = warnAlias "'hydraAntLogger' has been renamed to 'hydra-ant-logger'" hydra-ant-logger; # Added 2026-02-08