Commit b61a4df9 authored by jopejoe1's avatar jopejoe1
Browse files

theLoungePlugins: drop

was just an attrset full of throws
parent 9b728115
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −14
Original line number Diff line number Diff line
@@ -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 { };