From 6a1ecaee9470b958bdc0513d6dae24cf1383ff2c Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Thu, 26 Feb 2009 13:16:25 +0000 Subject: [PATCH] added tightvnc note about solving connecting trouble svn path=/nixpkgs/trunk/; revision=14260 --- pkgs/tools/admin/tightvnc/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/tools/admin/tightvnc/default.nix b/pkgs/tools/admin/tightvnc/default.nix index ad8fa50a299..16a0e5dc6cb 100644 --- a/pkgs/tools/admin/tightvnc/default.nix +++ b/pkgs/tools/admin/tightvnc/default.nix @@ -1,5 +1,8 @@ {stdenv, fetchurl, x11, zlib, libjpeg, imake, gccmakedep, libXmu, libXaw, libXpm, libXp , perl, xauth}: +# if you have any trouble connecting to the tightvnc server try $ rm ~/.Xauthority +# Dunno what happens here but it works. + stdenv.mkDerivation { name = "tightvnc-1.3.9"; builder = ./builder.sh;