3
0
Fork 0
forked from mirrors/nixpkgs

Patch Inkscape to support PDF importing.

svn path=/nixpkgs/trunk/; revision=25151
This commit is contained in:
Russell O'Connor 2010-12-15 15:56:04 +00:00
parent dc09f8766a
commit 83e25f83c8

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, perl, perlXMLParser, gtk, libXft
, libpng, zlib, popt, boehmgc, libxml2, libxslt, glib, gtkmm
, glibmm, libsigcxx, lcms, boost, gettext, makeWrapper, intltool
, gsl, python, pyxml, lxml }:
, gsl, python, pyxml, lxml, poppler }:
stdenv.mkDerivation rec {
name = "inkscape-0.48.0";
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig perl perlXMLParser gtk libXft libpng zlib popt boehmgc
libxml2 libxslt glib gtkmm glibmm libsigcxx lcms boost gettext
makeWrapper intltool gsl
makeWrapper intltool gsl poppler
];
configureFlags = "--with-python";