xpra: fix rencode dependency

This commit is contained in:
Thomas Strobel 2015-08-10 23:06:13 +02:00
parent 8958841d39
commit 50a5845855

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 = ''