forked from mirrors/nixpkgs
Merge pull request #75925 from alapshin/feature/android-studio-emulator-deps
android-studio: add missing emulator dependency
This commit is contained in:
commit
7d421075f1
|
@ -22,6 +22,7 @@
|
|||
, freetype
|
||||
, libpulseaudio
|
||||
, libGL
|
||||
, libuuid
|
||||
, libX11
|
||||
, libxcb
|
||||
, libXcomposite
|
||||
|
@ -115,6 +116,7 @@ let
|
|||
dbus
|
||||
expat
|
||||
libpulseaudio
|
||||
libuuid
|
||||
libX11
|
||||
libxcb
|
||||
libXcomposite
|
||||
|
|
Loading…
Reference in a new issue