weighttp: remove
Depends on Python 2 and has been abandoned by upstream
This commit is contained in:
parent
09a02d7e65
commit
cb083a2026
@ -1,23 +0,0 @@
|
|||||||
{ lib, stdenv, fetchgit, python2, libev, wafHook }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
pname = "weighttp";
|
|
||||||
version = "0.4";
|
|
||||||
|
|
||||||
src = fetchgit {
|
|
||||||
url = "https://git.lighttpd.net/weighttp.git";
|
|
||||||
rev = "refs/tags/weighttp-${version}";
|
|
||||||
sha256 = "14yjmdx9p8g8c3zlrx5qid8k156lsagfwhl3ny54162nxjf7kzgr";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ wafHook ];
|
|
||||||
|
|
||||||
buildInputs = [ python2 libev ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "Lightweight and simple webserver benchmarking tool";
|
|
||||||
homepage = "https://redmine.lighttpd.net/projects/weighttp/wiki";
|
|
||||||
platforms = platforms.unix;
|
|
||||||
license = licenses.mit;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1338,6 +1338,7 @@ mapAliases ({
|
|||||||
webbrowser = throw "webbrowser was removed because it's unmaintained upstream and was marked as broken in nixpkgs for over a year"; # Added 2022-03-21
|
webbrowser = throw "webbrowser was removed because it's unmaintained upstream and was marked as broken in nixpkgs for over a year"; # Added 2022-03-21
|
||||||
webkit = throw "'webkit' has been renamed to/replaced by 'webkitgtk'"; # Converted to throw 2022-02-22
|
webkit = throw "'webkit' has been renamed to/replaced by 'webkitgtk'"; # Converted to throw 2022-02-22
|
||||||
weechat-matrix-bridge = throw "'weechat-matrix-bridge' has been renamed to/replaced by 'weechatScripts.weechat-matrix-bridge'"; # Converted to throw 2022-02-22
|
weechat-matrix-bridge = throw "'weechat-matrix-bridge' has been renamed to/replaced by 'weechatScripts.weechat-matrix-bridge'"; # Converted to throw 2022-02-22
|
||||||
|
weighttp = throw "weighttp has been removed: abandoned by upstream"; # Added 2022-04-20
|
||||||
whirlpool-gui = throw "whirlpool-gui has been removed as it depended on an insecure version of Electron"; # added 2022-02-08
|
whirlpool-gui = throw "whirlpool-gui has been removed as it depended on an insecure version of Electron"; # added 2022-02-08
|
||||||
wicd = throw "wicd has been removed as it is abandoned"; # Added 2021-09-11
|
wicd = throw "wicd has been removed as it is abandoned"; # Added 2021-09-11
|
||||||
wineFull = throw "'wineFull' has been renamed to/replaced by 'winePackages.full'"; # Converted to throw 2022-02-22
|
wineFull = throw "'wineFull' has been renamed to/replaced by 'winePackages.full'"; # Converted to throw 2022-02-22
|
||||||
|
@ -11541,8 +11541,6 @@ with pkgs;
|
|||||||
|
|
||||||
webalizer = callPackage ../tools/networking/webalizer { };
|
webalizer = callPackage ../tools/networking/webalizer { };
|
||||||
|
|
||||||
weighttp = callPackage ../tools/networking/weighttp { };
|
|
||||||
|
|
||||||
wget = callPackage ../tools/networking/wget {
|
wget = callPackage ../tools/networking/wget {
|
||||||
libpsl = null;
|
libpsl = null;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user