pineflash: fix start on wayland (#376522)

This commit is contained in:
Aleksana 2025-02-12 10:53:25 +08:00 committed by GitHub
commit bae918e0c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@
libGL, libGL,
libxkbcommon, libxkbcommon,
nix-update-script, nix-update-script,
wayland,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pineflash"; pname = "pineflash";
@ -47,6 +48,7 @@ rustPlatform.buildRustPackage rec {
runtimeDependencies = [ runtimeDependencies = [
libGL libGL
libxkbcommon libxkbcommon
wayland
]; ];
postPatch = postPatch =