Fixing strace build inputs for cross building.

svn path=/nixpkgs/trunk/; revision=29407
This commit is contained in:
Lluís Batlle i Rossell 2011-09-21 06:59:09 +00:00
parent 03892b3e01
commit 53cecc13b4

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "12n2faqq7whmszpjhv2lcb06r7900j53p0zl7vipi18inr0smycy";
};
buildInputs = [ xz perl ];
buildNativeInputs = [ xz perl ];
meta = {
homepage = http://strace.sourceforge.net/;