rusty-psn-gui: fix running on wayland

This commit is contained in:
nat 2025-04-13 03:05:15 +02:00
parent 0aad9cdd46
commit bcfa37cdae
No known key found for this signature in database

View File

@ -13,6 +13,8 @@
openssl,
xorg,
libGL,
libxkbcommon,
wayland,
withGui ? false, # build GUI version
}:
@ -59,6 +61,8 @@ rustPlatform.buildRustPackage rec {
xorg.libXi
xorg.libxcb
libGL
libxkbcommon
wayland
];
buildNoDefaultFeatures = true;