Updating tightvnc, and fixing the Xsecurity problems.
svn path=/nixpkgs/trunk/; revision=14625
This commit is contained in:
parent
84b78f7489
commit
874e0ac032
@ -1,17 +1,18 @@
|
|||||||
{stdenv, fetchurl, x11, zlib, libjpeg, imake, gccmakedep, libXmu, libXaw, libXpm, libXp , perl, xauth}:
|
{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 {
|
stdenv.mkDerivation {
|
||||||
name = "tightvnc-1.3.9";
|
name = "tightvnc-1.3.10";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
gcc=stdenv.gcc.gcc;
|
gcc=stdenv.gcc.gcc;
|
||||||
inherit perl;
|
inherit perl;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/vnc-tight/tightvnc-1.3.9_unixsrc.tar.bz2;
|
url = mirror://sourceforge/vnc-tight/tightvnc-1.3.10_unixsrc.tar.bz2;
|
||||||
sha256 = "0nij6kyzwxf7nblwd6riwqhzh8b8xwdffpj379zi5y9mcmiwmalr";
|
sha256 = "f48c70fea08d03744ae18df6b1499976362f16934eda3275cead87baad585c0d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# for the builder script
|
||||||
|
inherit xauth;
|
||||||
|
|
||||||
buildInputs = [x11 zlib libjpeg imake gccmakedep libXmu libXaw libXpm libXp
|
buildInputs = [x11 zlib libjpeg imake gccmakedep libXmu libXaw libXpm libXp
|
||||||
xauth];
|
xauth];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user