summary refs log tree commit diff
path: root/pkgs/tools/networking/jwhois/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/jwhois/default.nix')
-rw-r--r--pkgs/tools/networking/jwhois/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/jwhois/default.nix b/pkgs/tools/networking/jwhois/default.nix
index 40cc1605655..54d8acd3213 100644
--- a/pkgs/tools/networking/jwhois/default.nix
+++ b/pkgs/tools/networking/jwhois/default.nix
@@ -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/;