mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-28 01:40:23 -05:00
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:
parent
2e3c8afe90
commit
3642fafe49
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue