budgie: drop scope

This commit is contained in:
seth 2024-07-12 19:29:22 -04:00
parent ece9778f28
commit 26f83d251c
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
3 changed files with 3 additions and 10 deletions

View File

@ -1,9 +0,0 @@
{ lib, newScope }:
lib.makeScope newScope (
self:
let
inherit (self) callPackage;
in
{ }
)

View File

@ -158,6 +158,9 @@ mapAliases ({
bpftool = bpftools; # Added 2021-05-03
bpytop = throw "bpytop has been deprecated by btop"; # Added 2023-02-16
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
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
butler = throw "butler was removed because it was broken and abandoned upstream"; # added 2024-06-18

View File

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