mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
badwolf: drop
Unmaintained browser since mid 2024, security risk.
This commit is contained in:
parent
9d121b178b
commit
7eef78e25e
2 changed files with 1 additions and 56 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue