mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +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
|
||||
, 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
|
||||
, ffmpeg, x264, libvpx, pil, libwebp
|
||||
, ffmpeg, x264, libvpx, libwebp
|
||||
, libfakeXinerama }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -29,8 +29,8 @@ buildPythonPackage rec {
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pil pygtk pygobject pythonPackages.rencode
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
pillow pygtk pygobject
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user