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

automake: Enable cross-compilation

authored by

Ben Gamari and committed by
John Ericson
28936570 8f8b836b

+2 -1
+2 -1
pkgs/development/tools/misc/automake/automake-1.15.x.nix
··· 8 sha256 = "1bzd9g32dfm4rsbw93ld9x7b5nc1y6i4m6zp032qf1i28a8s6sxg"; 9 }; 10 11 - buildInputs = [ perl autoconf ]; 12 13 setupHook = ./setup-hook.sh; 14
··· 8 sha256 = "1bzd9g32dfm4rsbw93ld9x7b5nc1y6i4m6zp032qf1i28a8s6sxg"; 9 }; 10 11 + nativeBuildInputs = [ autoconf perl ]; 12 + buildInputs = [ autoconf ]; 13 14 setupHook = ./setup-hook.sh; 15