0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

budgiePlugins: drop scope

This commit is contained in:
seth 2024-07-12 19:37:01 -04:00
parent e287c7a3d2
commit d419ba0b56
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 1 additions and 5 deletions

View file

@ -1,3 +0,0 @@
{ callPackage }:
{
}

View file

@ -160,6 +160,7 @@ mapAliases ({
bro = throw "'bro' has been renamed to/replaced by 'zeek'"; # Converted to throw 2023-09-10
budgie = throw "The `budgie` scope has been removed and all packages moved to the top-level"; # Added 2024-07-14
budgiePlugins = throw "The `budgiePlugins` scope has been removed and all packages moved to the top-level"; # Added 2024-07-14
inherit (libsForQt5.mauiPackages) buho; # added 2022-05-17
bukut = throw "bukut has been removed since it has been archived by upstream"; # Added 2023-05-24

View file

@ -37145,8 +37145,6 @@ with pkgs;
appls = [ prio ];
};
budgiePlugins = recurseIntoAttrs (callPackage ../desktops/budgie/plugins { });
cdesktopenv = callPackage ../desktops/cdesktopenv { };
cinnamon = recurseIntoAttrs (callPackage ../desktops/cinnamon { });