pineflash: fix start on wayland (#376522)

This commit is contained in:
Aleksana
2025-02-12 10:53:25 +08:00
committed by GitHub
+2
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 =