* Inkscape updated to 0.48.1.

svn path=/nixpkgs/trunk/; revision=27555
This commit is contained in:
Eelco Dolstra 2011-06-28 13:51:55 +00:00
parent 24e3b3a58b
commit b8b0c4e8f7
2 changed files with 4 additions and 5 deletions

View File

@ -4,11 +4,11 @@
, gsl, python, pyxml, lxml, poppler }:
stdenv.mkDerivation rec {
name = "inkscape-0.48.0";
name = "inkscape-0.48.1";
src = fetchurl {
url = "mirror://sourceforge/inkscape/${name}.tar.bz2";
sha256 = "0w72xf76vxpm3fpslmix0x71l2rd2sdhrvgwx2vk7hxfjqdxib1n";
sha256 = "11mvwil787pj3kx3qvjqvd6z5hlk40i6g95g4vs52hrp2ifs9ga4";
};
patches = [ ./configure-python-libs.patch ];

View File

@ -6490,10 +6490,9 @@ let
# Impressive, formerly known as "KeyJNote".
impressive = callPackage ../applications/office/impressive {
# XXX These are the PyOpenGL dependencies, which we need here.
inherit (pythonPackages) pyopengl; };
inherit (pythonPackages) pyopengl;
};
inkscape = callPackage ../applications/graphics/inkscape {
inherit (pythonPackages) lxml;