automake: Enable cross-compilation

This commit is contained in:
Ben Gamari
2018-01-22 20:25:44 -05:00
committed by John Ericson
parent 8f8b836bce
commit 2893657014
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1bzd9g32dfm4rsbw93ld9x7b5nc1y6i4m6zp032qf1i28a8s6sxg";
};
buildInputs = [ perl autoconf ];
nativeBuildInputs = [ autoconf perl ];
buildInputs = [ autoconf ];
setupHook = ./setup-hook.sh;