Merge pull request #9197 from ts468/upstream.xpra

xpra: fix rencode dependency
This commit is contained in:
ts468 2015-08-10 23:19:49 +02:00
commit 4abc4fa991

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, buildPythonPackage
{ stdenv, fetchurl, buildPythonPackage, pythonPackages
, python, cython, pkgconfig
, xorg, gtk, glib, pango, cairo, gdk_pixbuf, pygtk, atk, pygobject, pycairo
, makeWrapper, xkbcomp, xorgserver, getopt, xauth, utillinux, which, fontsConf, xkeyboard_config
@ -30,7 +30,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
pil pygtk pygobject
pil pygtk pygobject pythonPackages.rencode
];
postPatch = ''