lxappearance{,-gtk2}: move from lxde.lxappearance{,-gtk2}

This commit is contained in:
Sigmanificient
2025-08-31 01:06:28 +02:00
parent 8e217aa17e
commit 4cb0b20aff
4 changed files with 7 additions and 10 deletions
+2 -5
View File
@@ -9,12 +9,9 @@ lib.makeScope pkgs.newScope (
inherit (pkgs) gtk2-x11;
lxappearance = callPackage ./core/lxappearance { };
lxappearance = throw "'lxappearance' has been moved to top-level."; # added 2025-08-31
lxappearance-gtk2 = callPackage ./core/lxappearance {
gtk2 = gtk2-x11;
withGtk3 = false;
};
lxappearance-gtk2 = throw "'lxappearance-gtk2' has been moved to top-level."; # added 2025-08-31
lxmenu-data = throw "'lxmenu-data' has been moved to top-level."; # added 2025-08-31
+5 -5
View File
@@ -14422,11 +14422,11 @@ with pkgs;
### DESKTOPS/LXDE
lxde = recurseIntoAttrs (callPackage ../desktops/lxde { });
# Backwards compatibility aliases
inherit (lxde)
lxappearance
lxappearance-gtk2
;
lxappearance-gtk2 = callPackage ../by-name/lx/lxappearance/package.nix {
gtk2 = gtk2-x11;
withGtk3 = false;
};
lxqt = recurseIntoAttrs (
import ../desktops/lxqt {