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

@ -2,13 +2,14 @@
stdenv.mkDerivation rec {
name = "libtool-1.5.26";
src = fetchurl {
url = "mirror://gnu/libtool/${name}.tar.gz";
sha256 = "029ggq5kri1gjn6nfqmgw4w920gyfzscjjxbsxxidal5zqsawd8w";
};
buildInputs = [m4 perl];
nativeBuildInputs = [m4];
buildInputs = [perl];
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
# "fixed" path in generated files!