mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
xpra: use pillow instead of pil
This commit is contained in:
parent
4bcfa14480
commit
9cc4bb7f4c
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchurl, buildPythonPackage, pythonPackages
|
{ 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, atk, pycairo
|
||||||
, makeWrapper, xkbcomp, xorgserver, getopt, xauth, utillinux, which, fontsConf, xkeyboard_config
|
, makeWrapper, xkbcomp, xorgserver, getopt, xauth, utillinux, which, fontsConf, xkeyboard_config
|
||||||
, ffmpeg, x264, libvpx, pil, libwebp
|
, ffmpeg, x264, libvpx, libwebp
|
||||||
, libfakeXinerama }:
|
, libfakeXinerama }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -29,8 +29,8 @@ buildPythonPackage rec {
|
|||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
pil pygtk pygobject pythonPackages.rencode
|
pillow pygtk pygobject
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user