mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #9197 from ts468/upstream.xpra
xpra: fix rencode dependency
This commit is contained in:
commit
4abc4fa991
@ -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