tcp-wrappers: Enable cross-compilation

This package, like so many others, assumes that ar is unprefixed.

authored by Ben Gamari and committed by John Ericson 10fa4a57 edd92f91

+1 -1
+1 -1
pkgs/os-specific/linux/tcp-wrappers/default.nix
··· 35 35 36 36 buildInputs = [ libnsl ]; 37 37 38 - makeFlags = [ "REAL_DAEMON_DIR=$(out)/bin" "linux" ]; 38 + makeFlags = [ "REAL_DAEMON_DIR=$(out)/bin" "linux" "AR:=$(AR)" ]; 39 39 40 40 installPhase = '' 41 41 mkdir -p "$out/bin"