diff --git a/pkgs/applications/networking/newsreaders/quiterss/default.nix b/pkgs/applications/networking/newsreaders/quiterss/default.nix deleted file mode 100644 index 8bedf042692a..000000000000 --- a/pkgs/applications/networking/newsreaders/quiterss/default.nix +++ /dev/null @@ -1,49 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - qmake, - pkg-config, - wrapQtAppsHook, - qtbase, - qttools, - qtwebkit, - sqlite, -}: - -stdenv.mkDerivation rec { - pname = "quiterss"; - version = "0.19.4"; - - src = fetchFromGitHub { - owner = "QuiteRSS"; - repo = "quiterss"; - rev = version; - sha256 = "1cgvl67vhn5y7bj5gbjbgk26bhb0196bgrgsp3r5fmrislarj8s6"; - }; - - nativeBuildInputs = [ - qmake - pkg-config - wrapQtAppsHook - ]; - buildInputs = [ - qtbase - qttools - qtwebkit - sqlite.dev - ]; - - meta = { - description = "Qt-based RSS/Atom news feed reader"; - longDescription = '' - QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader - written on Qt/C++ - ''; - homepage = "https://quiterss.org"; - changelog = "https://github.com/QuiteRSS/quiterss/blob/${version}/CHANGELOG"; - license = lib.licenses.gpl3; - platforms = lib.platforms.linux; - maintainers = [ ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index f81f0462dbe8..c164118811ea 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1766,6 +1766,7 @@ mapAliases { qubes-core-vchan-xen = throw "'qubes-core-vchan-xen' has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-11 quicksynergy = throw "'quicksynergy' has been removed due to lack of maintenance upstream. Consider using 'deskflow' instead."; # Added 2025-06-18 quictls = throw "'quictls' has been removed. QUIC support is now available in `openssl`."; + quiterss = throw "'quiterss' has been removed as upstream has been unmaintained since March 2022"; # Added 2026-04-26 quorum = throw "'quorum' has been removed as it was broken and unmaintained upstream"; # Added 2025-11-07 qutebrowser-qt5 = lib.warnOnInstantiate "'qutebrowser-qt5' has been removed as it depended on vulnerable and outdated qt5 webengine" qutebrowser; # Added 2026-01-14 qv2ray = throw "'qv2ray' has been removed as it was unmaintained"; # Added 2025-06-03 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d47cef9acc4c..9811e163711e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10166,8 +10166,6 @@ with pkgs; tag = "-daemon-qt5"; }; - quiterss = libsForQt5.callPackage ../applications/networking/newsreaders/quiterss { }; - quodlibet = callPackage ../applications/audio/quodlibet { kakasi = null; keybinder3 = null;