pineflash: fix start on wayland

This commit is contained in:
danjujan
2025-01-24 22:32:13 +01:00
committed by GitHub
parent 0aa475546e
commit 35ff9ddce1
+2
View File
@@ -15,6 +15,7 @@
libGL,
libxkbcommon,
nix-update-script,
wayland,
}:
rustPlatform.buildRustPackage rec {
pname = "pineflash";
@@ -46,6 +47,7 @@ rustPlatform.buildRustPackage rec {
runtimeDependencies = [
libGL
libxkbcommon
wayland
];
postPatch =