mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Fixing strace build inputs for cross building.
svn path=/nixpkgs/trunk/; revision=29407
This commit is contained in:
parent
03892b3e01
commit
53cecc13b4
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "12n2faqq7whmszpjhv2lcb06r7900j53p0zl7vipi18inr0smycy";
|
||||
};
|
||||
|
||||
buildInputs = [ xz perl ];
|
||||
buildNativeInputs = [ xz perl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://strace.sourceforge.net/;
|
||||
|
Loading…
Reference in New Issue
Block a user