theLoungePlugins: drop (#446123)

This commit is contained in:
jopejoe1
2025-10-06 08:11:43 +00:00
committed by GitHub
2 changed files with 1 additions and 14 deletions
+1
View File
@@ -2538,6 +2538,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
thunderbird-128 = throw "Thunderbird 128 support ended in August 2025";
-14
View File
@@ -4121,20 +4121,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 { };