Unverified Commit 5e5a052e authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

badwolf: drop (#398983)

parents 5478b305 7eef78e2
Loading
Loading
Loading
Loading
+0 −56
Original line number Diff line number Diff line
{
  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
    ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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