mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Add libXext to buildInputs
svn path=/nixpkgs/trunk/; revision=28090
This commit is contained in:
parent
6ce3f32da2
commit
fb896f62dd
@ -13,6 +13,7 @@
|
|||||||
, nettools
|
, nettools
|
||||||
, libX11
|
, libX11
|
||||||
, libXt
|
, libXt
|
||||||
|
, libXext
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -23,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 libXt ];
|
buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 libXt libXext ];
|
||||||
|
|
||||||
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