mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
prismlauncher: add wayland to libraries
Modern Minecraft (26.1+) supports Wayland out of the box, but requires
libwayland-client.so to be in the library path.
(cherry picked from commit 10508dabe4)
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
symlinkJoin,
|
||||
udev,
|
||||
vulkan-loader,
|
||||
wayland,
|
||||
wrapGAppsHook3,
|
||||
xrandr,
|
||||
|
||||
@@ -103,6 +104,7 @@ symlinkJoin {
|
||||
libxext
|
||||
libxrandr
|
||||
libxxf86vm
|
||||
wayland
|
||||
|
||||
udev # oshi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user