jwhois: set AR to fix cross build
This commit is contained in:
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/;
|
||||
|
|
Loading…
Reference in New Issue