about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTim Engler <engler@gmail.com>2018-06-30 15:16:10 +0800
committerTim Engler <engler@gmail.com>2018-06-30 15:16:10 +0800
commite1eb55deae501bfc19b49e39f71a582f6a042603 (patch)
tree16bd7b71061c1147feae970428ca6dcb085b986f /pkgs/applications/editors
parent3ca1571d89c6f1a432975b351e330008bdd8083a (diff)
downloadnixlib-e1eb55deae501bfc19b49e39f71a582f6a042603.tar
nixlib-e1eb55deae501bfc19b49e39f71a582f6a042603.tar.gz
nixlib-e1eb55deae501bfc19b49e39f71a582f6a042603.tar.bz2
nixlib-e1eb55deae501bfc19b49e39f71a582f6a042603.tar.lz
nixlib-e1eb55deae501bfc19b49e39f71a582f6a042603.tar.xz
nixlib-e1eb55deae501bfc19b49e39f71a582f6a042603.tar.zst
nixlib-e1eb55deae501bfc19b49e39f71a582f6a042603.zip
android-studio: added libGL as a dependency
Without it, when starting an android emulator in some cases results in the
cryptic, "KVM is required to run this AVD. Unknown Error"

Fixes #41703
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index a165fad370ec..8a536bad9c48 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -16,6 +16,7 @@
 , fontconfig
 , freetype
 , libpulseaudio
+, libGL
 , libX11
 , libXext
 , libXi
@@ -97,6 +98,7 @@ let
           # For Android emulator
           libpulseaudio
           libX11
+          libGL
 
           # For GTKLookAndFeel
           gtk2