budgiePlugins: drop scope
This commit is contained in:
parent
e287c7a3d2
commit
d419ba0b56
@ -1,3 +0,0 @@
|
|||||||
{ callPackage }:
|
|
||||||
{
|
|
||||||
}
|
|
||||||
@ -160,6 +160,7 @@ mapAliases ({
|
|||||||
bro = throw "'bro' has been renamed to/replaced by 'zeek'"; # Converted to throw 2023-09-10
|
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
|
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
|
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
|
bukut = throw "bukut has been removed since it has been archived by upstream"; # Added 2023-05-24
|
||||||
|
|||||||
@ -37145,8 +37145,6 @@ with pkgs;
|
|||||||
appls = [ prio ];
|
appls = [ prio ];
|
||||||
};
|
};
|
||||||
|
|
||||||
budgiePlugins = recurseIntoAttrs (callPackage ../desktops/budgie/plugins { });
|
|
||||||
|
|
||||||
cdesktopenv = callPackage ../desktops/cdesktopenv { };
|
cdesktopenv = callPackage ../desktops/cdesktopenv { };
|
||||||
|
|
||||||
cinnamon = recurseIntoAttrs (callPackage ../desktops/cinnamon { });
|
cinnamon = recurseIntoAttrs (callPackage ../desktops/cinnamon { });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user