From 1d65d94ef333c5fd2bddbc225fad74f4d52588a4 Mon Sep 17 00:00:00 2001 From: CrackTC Date: Wed, 9 Oct 2024 21:30:45 +0800 Subject: [PATCH] android-studio: fix wayland support --- pkgs/applications/editors/android-studio/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index 758552ce028e..c4fa27f9042f 100644 --- a/pkgs/applications/editors/android-studio/common.nix +++ b/pkgs/applications/editors/android-studio/common.nix @@ -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