lol

jwhois: set AR to fix cross build

+2
+2
pkgs/tools/networking/jwhois/default.nix
··· 15 15 16 16 patches = [ ./connect.patch ./service-name.patch ]; 17 17 18 + makeFlags = [ "AR=${stdenv.cc.bintools.targetPrefix}ar" ]; 19 + 18 20 meta = { 19 21 description = "A client for the WHOIS protocol allowing you to query the owner of a domain name"; 20 22 homepage = http://www.gnu.org/software/jwhois/;