Given that this version is the dependency of OpenSSH, fix cross-build.
svn path=/nixpkgs/trunk/; revision=30225
This commit is contained in:
parent
6d9179983b
commit
d48ca86dd9
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "019s3pdzggb71g7p7dgajhh53gh0h6nfl4yrzrs0jzsc37ph4lwk";
|
sha256 = "019s3pdzggb71g7p7dgajhh53gh0h6nfl4yrzrs0jzsc37ph4lwk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [m4];
|
buildNativeInputs = [m4];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user