3
0
Fork 0
forked from mirrors/nixpkgs

libvncserver: Advance to version 0.9.9. Note: Fixes KDE4.10 build.

Patch contributed by Karn Kallio.
This commit is contained in:
Evgeny Egorochkin 2013-05-06 15:24:28 +03:00
parent ccbea23039
commit 9097d35321

View file

@ -3,7 +3,7 @@ let
lib = args.lib;
fetchurl = args.fetchurl;
version = lib.attrByPath ["version"] "0.9.1" args;
version = lib.attrByPath ["version"] "0.9.9" args;
buildInputs = with args; [
libtool libjpeg openssl libX11 libXdamage xproto damageproto
xextproto libXext fixesproto libXfixes xineramaproto libXinerama
@ -13,7 +13,7 @@ in
rec {
src = fetchurl {
url = "http://downloads.sourceforge.net/libvncserver/LibVNCServer-${version}.tar.gz";
sha256 = "10pjhfv0vnfphy4bghygm1bfz983ca6y91mmpsyn1wy16zyagg8g";
sha256 = "1y83z31wbjivbxs60kj8a8mmjmdkgxlvr2x15yz95yy24lshs1ng";
};
inherit buildInputs;