forked from mirrors/nixpkgs
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
This commit is contained in:
parent
3ca1571d89
commit
e1eb55deae
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue