mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
libxkbcommon,
|
||||
nix-update-script,
|
||||
wayland,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "pineflash";
|
||||
|
@ -47,6 +48,7 @@ rustPlatform.buildRustPackage rec {
|
|||
runtimeDependencies = [
|
||||
libGL
|
||||
libxkbcommon
|
||||
wayland
|
||||
];
|
||||
|
||||
postPatch =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue