Making jwhois connect fine for those without ipv6 network.

svn path=/nixpkgs/trunk/; revision=29519
This commit is contained in:
Lluís Batlle i Rossell
2011-09-28 07:25:59 +00:00
parent 3a24231510
commit afe142e963
2 changed files with 62 additions and 0 deletions
+2
View File
@@ -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/;