scribus: depend on pythonFull

tkinter is needed for some scripts and is not found by just depending on python.modules.tkinter
Fixes #19292
This commit is contained in:
Florent Becker 2016-10-10 16:36:00 +02:00
parent 1f72d9c424
commit 95fe719a2d

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, freetype, lcms, libtiff, libxml2
, libart_lgpl, qt4, python, cups, fontconfig, libjpeg
, libart_lgpl, qt4, pythonFull, cups, fontconfig, libjpeg
, zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }:
stdenv.mkDerivation rec {
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = with xorg;
[ pkgconfig cmake freetype lcms libtiff libxml2 libart_lgpl qt4
python cups fontconfig
pythonFull cups fontconfig
libjpeg zlib libpng podofo aspell cairo
boost # for internal 2geom library
libXaw libXext libX11 libXtst libXi libXinerama