Making jwhois connect fine for those without ipv6 network.
svn path=/nixpkgs/trunk/; revision=29519
This commit is contained in:
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
||||
|
||||
postInstall = "ln -s jwhois $out/bin/whois";
|
||||
|
||||
patches = [ ./connect.patch ];
|
||||
|
||||
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/;
|
||||
|
||||
Reference in New Issue
Block a user