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