Update TigerVNC to Git version; needed for GNU TLS compatibility
This commit is contained in:
parent
86da6fae74
commit
9ce93b6c29
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, libX11, libXext, gettext, libICE, libXtst, libXi, libSM, xorgserver
|
{ stdenv, fetchgit, libX11, libXext, gettext, libICE, libXtst, libXi, libSM, xorgserver
|
||||||
, autoconf, automake, cvs, libtool, nasm, utilmacros, pixman, xkbcomp, xkeyboard_config
|
, autoconf, automake, cvs, libtool, nasm, utilmacros, pixman, xkbcomp, xkeyboard_config
|
||||||
, fontDirectories, fontutil, libgcrypt, gnutls, pam, flex, bison
|
, fontDirectories, fontutil, libgcrypt, gnutls, pam, flex, bison
|
||||||
, fixesproto, damageproto, xcmiscproto, bigreqsproto, randrproto, renderproto
|
, fixesproto, damageproto, xcmiscproto, bigreqsproto, randrproto, renderproto
|
||||||
@ -10,12 +10,13 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.4.3";
|
version = "git-20150504";
|
||||||
name = "tigervnc-${version}";
|
name = "tigervnc-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchgit {
|
||||||
url = "https://github.com/TigerVNC/tigervnc/archive/v${version}.tar.gz";
|
url = "https://github.com/TigerVNC/tigervnc/";
|
||||||
sha256 = "0938fmlll1vxccc65hdhzdxii7c1v65n2nbgizjddprj5gdh69hb";
|
sha256 = "1ib8f870wqa8kpvif01fvd2690dhq7fg233pc78pl9ag6pxlihmn";
|
||||||
|
rev = "bc84faa2f366ed8fa0f44abc7e3e481e0a54859d";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit fontDirectories;
|
inherit fontDirectories;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user