added tightvnc note about solving connecting trouble

svn path=/nixpkgs/trunk/; revision=14260
This commit is contained in:
Marc Weber 2009-02-26 13:16:25 +00:00
parent 9cab85dd63
commit 6a1ecaee94

View file

@ -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;