mirror of
https://github.com/mangowm/mango.git
synced 2026-05-02 14:27:27 -07: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:
+2
-2
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user