forked from mirrors/nixpkgs
Patch Inkscape to support PDF importing.
svn path=/nixpkgs/trunk/; revision=25151
This commit is contained in:
parent
dc09f8766a
commit
83e25f83c8
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue