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:
parent
e287c7a3d2
commit
d419ba0b56
3 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
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
|
||||
|
|
|
@ -37145,8 +37145,6 @@ with pkgs;
|
|||
appls = [ prio ];
|
||||
};
|
||||
|
||||
budgiePlugins = recurseIntoAttrs (callPackage ../desktops/budgie/plugins { });
|
||||
|
||||
cdesktopenv = callPackage ../desktops/cdesktopenv { };
|
||||
|
||||
cinnamon = recurseIntoAttrs (callPackage ../desktops/cinnamon { });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue