Making tightvnc use given fonts, instead of depending of an X Font Server started
at the usual unix socket. svn path=/nixpkgs/trunk/; revision=15624
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{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, fontDirectories}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tightvnc-1.3.10";
|
||||
@@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
||||
# for the builder script
|
||||
inherit xauth;
|
||||
|
||||
inherit fontDirectories;
|
||||
|
||||
buildInputs = [x11 zlib libjpeg imake gccmakedep libXmu libXaw libXpm libXp
|
||||
xauth];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user