Python: fixup modules that were removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user