Add libX11 to buildInputs

svn path=/nixpkgs/trunk/; revision=28088
This commit is contained in:
Shea Levy 2011-08-01 01:16:10 +00:00
parent 9e06eb71d6
commit 2e0252011d

View File

@ -11,6 +11,7 @@
, which , which
, jdk , jdk
, nettools , nettools
, libX11
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs"; sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
}; };
buildInputs = [ unzip procps ant which zip nettools alsaLib ]; buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 ];
postUnpack = '' postUnpack = ''
sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \ sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \