jwhois: set AR to fix cross build

This commit is contained in:
Will Dietz 2018-01-14 18:41:04 -06:00
parent fffd72cb56
commit 10aa7a9611

@ -15,6 +15,8 @@ stdenv.mkDerivation {
patches = [ ./connect.patch ./service-name.patch ];
makeFlags = [ "AR=${stdenv.cc.bintools.targetPrefix}ar" ];
meta = {
description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
homepage = http://www.gnu.org/software/jwhois/;