libtool: Enable cross compilation

This commit is contained in:
Ben Gamari 2017-10-17 22:42:14 -04:00 committed by Tuomas Tynkkynen
parent e36e23acd5
commit ff1a8ba304

View File

@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "029ggq5kri1gjn6nfqmgw4w920gyfzscjjxbsxxidal5zqsawd8w"; sha256 = "029ggq5kri1gjn6nfqmgw4w920gyfzscjjxbsxxidal5zqsawd8w";
}; };
buildInputs = [m4 perl]; nativeBuildInputs = [m4];
buildInputs = [perl];
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the # Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
# "fixed" path in generated files! # "fixed" path in generated files!