xpra: fix rencode dependency
This commit is contained in:
parent
8958841d39
commit
50a5845855
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, buildPythonPackage
|
{ stdenv, fetchurl, buildPythonPackage, pythonPackages
|
||||||
, python, cython, pkgconfig
|
, python, cython, pkgconfig
|
||||||
, xorg, gtk, glib, pango, cairo, gdk_pixbuf, pygtk, atk, pygobject, pycairo
|
, xorg, gtk, glib, pango, cairo, gdk_pixbuf, pygtk, atk, pygobject, pycairo
|
||||||
, makeWrapper, xkbcomp, xorgserver, getopt, xauth, utillinux, which, fontsConf, xkeyboard_config
|
, makeWrapper, xkbcomp, xorgserver, getopt, xauth, utillinux, which, fontsConf, xkeyboard_config
|
||||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pil pygtk pygobject
|
pil pygtk pygobject pythonPackages.rencode
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user