mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Add libXt to buildInputs
svn path=/nixpkgs/trunk/; revision=28089
This commit is contained in:
parent
2e0252011d
commit
6ce3f32da2
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
, jdk
|
||||
, nettools
|
||||
, libX11
|
||||
, libXt
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -22,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1qhwlz9y5qmwmja4qnxg6sn3pgsg1i11fb9j41w8l26acyhk34rs";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 ];
|
||||
buildInputs = [ unzip procps ant which zip nettools alsaLib libX11 libXt ];
|
||||
|
||||
postUnpack = ''
|
||||
sed -i -e "s@/usr/bin/test@${coreutils}/bin/test@" \
|
||||
|
|
Loading…
Reference in a new issue