mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 00:18:10 +00:00
rusty-psn-gui: fix running on wayland
This commit is contained in:
parent
0aad9cdd46
commit
bcfa37cdae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user