replace deprecated xorg package set aliases
This commit is contained in:
parent
ddf354a2ed
commit
6a43030387
1 changed files with 5 additions and 5 deletions
|
|
@ -51,11 +51,11 @@ naersk'.buildPackage rec {
|
||||||
wayland
|
wayland
|
||||||
|
|
||||||
# WINIT_UNIX_BACKEND=x11
|
# WINIT_UNIX_BACKEND=x11
|
||||||
xorg.libXcursor
|
libxcursor
|
||||||
xorg.libXrandr
|
libxrandr
|
||||||
xorg.libXi
|
libxi
|
||||||
xorg.libX11
|
libx11
|
||||||
xorg.libX11.dev
|
libx11.dev
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
++ lib.optionals pkgs.stdenv.isDarwin (
|
++ lib.optionals pkgs.stdenv.isDarwin (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue