budgiePlugins: drop scope

This commit is contained in:
seth
2024-07-14 15:38:09 -04:00
parent e287c7a3d2
commit d419ba0b56
3 changed files with 1 additions and 5 deletions
-3
View File
@@ -1,3 +0,0 @@
{ callPackage }:
{
}
+1
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
-2
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 { });