Skip to content

Commit

Permalink
android-studio: add new emulator dependencies (#70857)
Browse files Browse the repository at this point in the history
Fix #70844.
  • Loading branch information
alexbakker authored and primeos committed Oct 11, 2019
1 parent 64a247a commit a7e87bc
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion pkgs/applications/editors/android-studio/common.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{ channel, pname, version, build, sha256Hash }:

{ bash
{ alsaLib
, bash
, buildFHSUserEnv
, coreutils
, dbus
, expat
, fetchurl
, findutils
, file
Expand All @@ -19,16 +22,24 @@
, libpulseaudio
, libGL
, libX11
, libxcb
, libXcomposite
, libXcursor
, libXdamage
, libXext
, libXfixes
, libXi
, libXrandr
, libXrender
, libXtst
, makeWrapper
, nspr
, nss
, pciutils
, pkgsi686Linux
, setxkbmap
, stdenv
, systemd
, unzip
, which
, runCommand
Expand Down Expand Up @@ -99,9 +110,20 @@ let
libXrandr
# For Android emulator
alsaLib
dbus
expat
libpulseaudio
libX11
libxcb
libXcomposite
libXcursor
libXdamage
libXfixes
libGL
nspr
nss
systemd
# For GTKLookAndFeel
gtk2
Expand Down

0 comments on commit a7e87bc

Please sign in to comment.