Merge pull request #713 from noor-latif/fix/nix-update-xcbutilwm-to-libxcb-wm

fix(nix): update deprecated xorg package names to top-level
This commit is contained in:
DreamMaoMao 2026-02-26 17:53:06 +08:00 committed by GitHub
commit 43114bbf8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
];