android-studio: add new emulator dependencies (#70857)

Fix #70844.
This commit is contained in:
Alexander Bakker 2019-10-11 12:57:42 +02:00 committed by Michael Weiss
parent 64a247a580
commit a7e87bcc5b

View File

@ -1,8 +1,11 @@
{ channel, pname, version, build, sha256Hash }: { channel, pname, version, build, sha256Hash }:
{ bash { alsaLib
, bash
, buildFHSUserEnv , buildFHSUserEnv
, coreutils , coreutils
, dbus
, expat
, fetchurl , fetchurl
, findutils , findutils
, file , file
@ -19,16 +22,24 @@
, libpulseaudio , libpulseaudio
, libGL , libGL
, libX11 , libX11
, libxcb
, libXcomposite
, libXcursor
, libXdamage
, libXext , libXext
, libXfixes
, libXi , libXi
, libXrandr , libXrandr
, libXrender , libXrender
, libXtst , libXtst
, makeWrapper , makeWrapper
, nspr
, nss
, pciutils , pciutils
, pkgsi686Linux , pkgsi686Linux
, setxkbmap , setxkbmap
, stdenv , stdenv
, systemd
, unzip , unzip
, which , which
, runCommand , runCommand
@ -99,9 +110,20 @@ let
libXrandr libXrandr
# For Android emulator # For Android emulator
alsaLib
dbus
expat
libpulseaudio libpulseaudio
libX11 libX11
libxcb
libXcomposite
libXcursor
libXdamage
libXfixes
libGL libGL
nspr
nss
systemd
# For GTKLookAndFeel # For GTKLookAndFeel
gtk2 gtk2