From ef5701a29318ce3c1e3597b7e37a37faa531b727 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Sun, 26 Apr 2026 12:11:05 -0700 Subject: [PATCH] cb2bib: drop, depends on insecure&unmaintained qtwebkit --- pkgs/applications/office/cb2bib/default.nix | 46 --------------------- pkgs/top-level/aliases.nix | 1 + pkgs/top-level/all-packages.nix | 2 - 3 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 pkgs/applications/office/cb2bib/default.nix diff --git a/pkgs/applications/office/cb2bib/default.nix b/pkgs/applications/office/cb2bib/default.nix deleted file mode 100644 index 5f759c7faaac..000000000000 --- a/pkgs/applications/office/cb2bib/default.nix +++ /dev/null @@ -1,46 +0,0 @@ -{ - lib, - stdenv, - fetchurl, - qmake, - qtbase, - qtwebkit, - qtx11extras, - lzo, - libx11, - wrapQtAppsHook, -}: - -stdenv.mkDerivation rec { - pname = "cb2bib"; - version = "2.0.0"; - src = fetchurl { - url = "https://www.molspaces.com/dl/progs/${pname}-${version}.tar.gz"; - sha256 = "0gv7cnxi84lr6d5y71pd67h0ilmf5c88j1jxgyn9dvj19smrv99h"; - }; - buildInputs = [ - qtbase - qtwebkit - qtx11extras - lzo - libx11 - ]; - nativeBuildInputs = [ - qmake - wrapQtAppsHook - ]; - - configurePhase = '' - runHook preConfigure - ./configure --prefix $out --qmakepath $QMAKE - runHook postConfigure - ''; - - meta = { - description = "Rapidly extract unformatted, or unstandardized bibliographic references from email alerts, journal Web pages and PDF files"; - homepage = "http://www.molspaces.com/d_cb2bib-overview.php"; - maintainers = with lib.maintainers; [ edwtjo ]; - license = lib.licenses.gpl3; - }; - -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index c164118811ea..79a589b409e4 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -434,6 +434,7 @@ mapAliases { cataract-unstable = throw "'cataract-unstable' has been removed due to a lack of maintenace"; # Added 2025-08-25 catch = throw "catch has been removed. Please upgrade to catch2 or catch2_3"; # Added 2025-08-21 catnip-gtk4 = throw "'catnip-gtk4' has been removed, as it has been unmaintained upstream since June 2023, use cavasik or cavalier instead"; # Added 2026-01-01 + cb2bib = throw "'cb2bib' has been removed as it depends on insecure&unmaintained qtwebkit"; # Added 2026-04-26 cdktf-cli = warnAlias "'cdktf-cli' has been renamed to/replaced by 'cdktn-cli'" cdktn-cli; # Added 2026-02-18 cdparanoiaIII = cdparanoia-iii; # Added 2026-02-08 cdwe = throw "'cdwe' has been removed, as it has been unmaintained upstream since June 2023"; # Added 2026-01-01 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 9811e163711e..69b4353a2317 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -9143,8 +9143,6 @@ with pkgs; confd-calico ; - cb2bib = libsForQt5.callPackage ../applications/office/cb2bib { }; - cbconvert-gui = cbconvert.gui; cdparanoia = cdparanoia-iii;