mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
Block a user