autoconf: Enable cross-compilation

This commit is contained in:
Ben Gamari
2017-11-05 18:16:11 -05:00
committed by Will Dietz
parent 4f3c8178b8
commit d625f181bd
2 changed files with 45 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4";
};
buildInputs = [ m4 perl ];
nativeBuildInputs = [ m4 perl ];
buildInputs = [ m4 ];
# Work around a known issue in Cygwin. See
# http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/6822 for