mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
android-studio: fix wayland support
This commit is contained in:
parent
6419a9d73f
commit
1d65d94ef3
@ -60,6 +60,7 @@
|
||||
, usbutils
|
||||
, which
|
||||
, runCommand
|
||||
, wayland
|
||||
, xkeyboard_config
|
||||
, xorg
|
||||
, zlib
|
||||
@ -176,6 +177,9 @@ let
|
||||
# For GTKLookAndFeel
|
||||
gtk2
|
||||
glib
|
||||
|
||||
# For wayland support
|
||||
wayland
|
||||
]}"
|
||||
|
||||
# AS launches LLDBFrontend with a custom LD_LIBRARY_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user