badwolf: drop

Unmaintained browser since mid 2024, security risk.
This commit is contained in:
Leona Maroni 2025-04-15 23:07:16 +02:00
parent 9d121b178b
commit 7eef78e25e
No known key found for this signature in database
GPG key ID: D5B08ADFC75E3605
2 changed files with 1 additions and 56 deletions

View file

@ -1,56 +0,0 @@
{
lib,
stdenv,
fetchgit,
ninja,
pkg-config,
ed,
wrapGAppsHook3,
webkitgtk_4_0,
libxml2,
glib-networking,
gettext,
}:
stdenv.mkDerivation rec {
pname = "badwolf";
version = "1.3.0";
src = fetchgit {
url = "https://hacktivis.me/git/badwolf.git";
rev = "v${version}";
hash = "sha256-feWSxK9TJ5MWxUKutuTcdmMk5IbLjNseUAvfm20kQ1U=";
};
# configure script not accepting '--prefix'
prefixKey = "PREFIX=";
nativeBuildInputs = [
ninja
pkg-config
ed
wrapGAppsHook3
];
buildInputs = [
webkitgtk_4_0
libxml2
gettext
glib-networking
];
meta = with lib; {
description = "Minimalist and privacy-oriented WebKitGTK+ browser";
mainProgram = "badwolf";
homepage = "https://hacktivis.me/projects/badwolf";
license = with licenses; [
bsd3
cc-by-sa-40
];
platforms = platforms.linux;
maintainers = with maintainers; [
laalsaas
aleksana
];
};
}

View file

@ -321,6 +321,7 @@ mapAliases {
### B ###
badtouch = authoscope; # Project was renamed, added 20210626
badwolf = throw "'badwolf' has been removed due to being unmaintained"; # Added 2025-04-15
baget = throw "'baget' has been removed due to being unmaintained";
bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17
bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17