Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libtool2: Enable cross-compilation

authored by

Ben Gamari and committed by
John Ericson
8f8b836b a4179bf4

+1 -1
+1 -1
pkgs/development/tools/misc/libtool/libtool2.nix
··· 12 12 13 13 outputs = [ "out" "lib" ]; 14 14 15 - nativeBuildInputs = [ perl help2man ]; 15 + nativeBuildInputs = [ perl help2man m4 ]; 16 16 propagatedBuildInputs = [ m4 ]; 17 17 18 18 # Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the