Python: fixup modules that were removed

This commit is contained in:
Frederik Rietdijk
2016-10-13 22:11:30 +02:00
parent 56a49e6cda
commit efb6052f40
7 changed files with 20 additions and 24 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
{ stdenv, fetchurl, pkgconfig, freetype, lcms, libtiff, libxml2
, libart_lgpl, qt4, pythonFull, cups, fontconfig, libjpeg
, libart_lgpl, qt4, python, cups, fontconfig, libjpeg
, zlib, libpng, xorg, cairo, podofo, aspell, boost, cmake }:
stdenv.mkDerivation rec {
let
pythonEnv = python.withPackages(ps: [ps.tkinter]);
in stdenv.mkDerivation rec {
name = "scribus-1.4.6";
src = fetchurl {
@@ -14,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = with xorg;
[ pkgconfig cmake freetype lcms libtiff libxml2 libart_lgpl qt4
pythonFull cups fontconfig
pythonEnv cups fontconfig
libjpeg zlib libpng podofo aspell cairo
boost # for internal 2geom library
libXaw libXext libX11 libXtst libXi libXinerama