mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
vintagestory: Fix cursor on wayland
Capturing and Texture.
Doesn't need to use `LD_PRELOAD`, `LD_LIBRARY_PATH` works.
https://www.github.com/NixOS/nixpkgs/issues/265817#issuecomment-2345008152
(cherry picked from commit 200e2090c2
)
This commit is contained in:
parent
bcf8f3186c
commit
f89556b83e
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ (with xorg; [
|
||||
libX11
|
||||
libXi
|
||||
libXcursor
|
||||
]));
|
||||
|
||||
desktopItems = makeDesktopItem {
|
||||
|
Loading…
Reference in New Issue
Block a user