Change to xpra version 0.11.6 as 0.12.5 was not working

Version 0.11.6 was the latest version that I was able to get building
and running on NixOS. Unfortunately my previous commit for 0.12.5 was
an error and incomplete.
This commit is contained in:
Chris Double 2014-06-16 12:12:11 +12:00
parent 5f960cc893
commit e3f4d343a3

View File

@ -4,12 +4,12 @@
, ffmpeg, x264, libvpx, pil, libwebp }:
buildPythonPackage rec {
name = "xpra-0.12.5";
name = "xpra-0.11.6";
namePrefix = "";
src = fetchurl {
url = "http://xpra.org/src/${name}.tar.bz2";
sha256 = "1qr9gxmfnkays9hrw2qki1jdkyxhbbkjx71gy23x423cfsxsjmiw";
sha256 = "0n3lr8nrfmrll83lgi1nzalng902wv0dcmcyx4awnman848dxij0";
};
buildInputs = [