libtool2: Enable cross-compilation

wip/yesman
Ben Gamari 7 years ago committed by John Ericson
parent a4179bf45f
commit 8f8b836bce
  1. 2
      pkgs/development/tools/misc/libtool/libtool2.nix

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "lib" ];
nativeBuildInputs = [ perl help2man ];
nativeBuildInputs = [ perl help2man m4 ];
propagatedBuildInputs = [ m4 ];
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the

Loading…
Cancel
Save