automake: Enable cross-compilation

authored by Ben Gamari and committed by John Ericson 28936570 8f8b836b

+2 -1
+2 -1
pkgs/development/tools/misc/automake/automake-1.15.x.nix
··· 8 8 sha256 = "1bzd9g32dfm4rsbw93ld9x7b5nc1y6i4m6zp032qf1i28a8s6sxg"; 9 9 }; 10 10 11 - buildInputs = [ perl autoconf ]; 11 + nativeBuildInputs = [ autoconf perl ]; 12 + buildInputs = [ autoconf ]; 12 13 13 14 setupHook = ./setup-hook.sh; 14 15