libvncserver: Advance to version 0.9.9. Note: Fixes KDE4.10 build.
Patch contributed by Karn Kallio.
This commit is contained in:
parent
ccbea23039
commit
9097d35321
@ -3,7 +3,7 @@ let
|
|||||||
lib = args.lib;
|
lib = args.lib;
|
||||||
fetchurl = args.fetchurl;
|
fetchurl = args.fetchurl;
|
||||||
|
|
||||||
version = lib.attrByPath ["version"] "0.9.1" args;
|
version = lib.attrByPath ["version"] "0.9.9" args;
|
||||||
buildInputs = with args; [
|
buildInputs = with args; [
|
||||||
libtool libjpeg openssl libX11 libXdamage xproto damageproto
|
libtool libjpeg openssl libX11 libXdamage xproto damageproto
|
||||||
xextproto libXext fixesproto libXfixes xineramaproto libXinerama
|
xextproto libXext fixesproto libXfixes xineramaproto libXinerama
|
||||||
@ -13,7 +13,7 @@ in
|
|||||||
rec {
|
rec {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.sourceforge.net/libvncserver/LibVNCServer-${version}.tar.gz";
|
url = "http://downloads.sourceforge.net/libvncserver/LibVNCServer-${version}.tar.gz";
|
||||||
sha256 = "10pjhfv0vnfphy4bghygm1bfz983ca6y91mmpsyn1wy16zyagg8g";
|
sha256 = "1y83z31wbjivbxs60kj8a8mmjmdkgxlvr2x15yz95yy24lshs1ng";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user