mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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
|
||||
, 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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user