mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
pineflash: fix start on wayland (#376522)
This commit is contained in:
commit
bae918e0c8
1 changed files with 2 additions and 0 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue