mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
vintagestory: Fix cursor on wayland (#349063)
This commit is contained in:
commit
456e8ee042
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ (with xorg; [
|
||||
libX11
|
||||
libXi
|
||||
libXcursor
|
||||
]));
|
||||
|
||||
desktopItems = [
|
||||
|
Loading…
Reference in New Issue
Block a user