fix(nix): update deprecated xorg package names to top-level

xcbutilwm → libxcb-wm

This eliminates the deprecation warnings:
- "The xorg package set has been deprecated, 'xorg.xcbutilwm' has been renamed to 'libxcb-wm'"

Changes:
- nix/default.nix:14: xcbutilwm, → libxcb-wm,
- nix/default.nix:60: xcbutilwm → libxcb-wm
This commit is contained in:
Noor Latif 2026-02-26 09:25:25 +00:00 committed by DreamMaoMao
parent 2e3c8afe90
commit 3642fafe49

View file

@ -11,7 +11,7 @@
wayland,
wayland-protocols,
wayland-scanner,
xcbutilwm,
libxcb-wm,
xwayland,
meson,
ninja,
@ -57,7 +57,7 @@ stdenv.mkDerivation {
]
++ lib.optionals enableXWayland [
libX11
xcbutilwm
libxcb-wm
xwayland
];