From b61a4df9d78d8c83452783914eac212c537bcf2e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 25 Sep 2025 21:13:58 +0200 Subject: [PATCH] theLoungePlugins: drop was just an attrset full of throws --- pkgs/top-level/aliases.nix | 1 + pkgs/top-level/all-packages.nix | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 1708110efbc2..b129a9f8d43a 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -2473,6 +2473,7 @@ mapAliases { texinfo4 = throw "'texinfo4' has been removed in favor of the latest version"; # Added 2025-06-08 tezos-rust-libs = ligo; # Added 2025-06-03 tfplugindocs = terraform-plugin-docs; # Added 2023-11-01 + theLoungePlugins = throw "'theLoungePlugins' has been removed due to only containing throws"; # Added 2025-09-25 thiefmd = throw "'thiefmd' has been removed due to lack of maintenance upstream and incompatible with newer Pandoc. Please use 'apostrophe' or 'folio' instead"; # Added 2025-02-20 thefuck = throw "'thefuck' has been removed due to lack of maintenance upstream and incompatible with python 3.12+. Consider using 'pay-respects' instead"; # Added 2025-05-30 invalidateFetcherByDrvHash = testers.invalidateFetcherByDrvHash; # Added 2022-05-05 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 43851adceefb..d977dd65b5d1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4235,20 +4235,6 @@ with pkgs; texworks = qt6Packages.callPackage ../applications/editors/texworks { }; - theLoungePlugins = - let - pkgs = lib.filterAttrs (name: _: lib.hasPrefix "thelounge-" name) nodePackages; - getPackagesWithPrefix = - prefix: - lib.mapAttrs' ( - name: pkg: lib.nameValuePair (lib.removePrefix ("thelounge-" + prefix + "-") name) pkg - ) (lib.filterAttrs (name: _: lib.hasPrefix ("thelounge-" + prefix + "-") name) pkgs); - in - lib.recurseIntoAttrs { - plugins = lib.recurseIntoAttrs (getPackagesWithPrefix "plugin"); - themes = lib.recurseIntoAttrs (getPackagesWithPrefix "theme"); - }; - thinkpad-scripts = python3.pkgs.callPackage ../tools/misc/thinkpad-scripts { }; tiled = libsForQt5.callPackage ../applications/editors/tiled { };