mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Add libX11 to buildInputs
svn path=/nixpkgs/trunk/; revision=28088
This commit is contained in:
parent
9e06eb71d6
commit
2e0252011d
|
@ -11,6 +11,7 @@
|
|||
, which
|
||||
, jdk
|
||||
, nettools
|
||||
, libX11
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip procps ant which zip nettools alsaLib ];
|
||||
buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 ];
|
||||
|
||||
postUnpack = ''
|
||||
sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \
|
||||
|
|
Loading…
Reference in a new issue