mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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
|
, 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@" \
|
||||||
|
Loading…
Reference in New Issue
Block a user