parent
64a247a580
commit
a7e87bcc5b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user