* Inkscape updated to 0.48.1.
svn path=/nixpkgs/trunk/; revision=27555
This commit is contained in:
parent
24e3b3a58b
commit
b8b0c4e8f7
@ -4,11 +4,11 @@
|
|||||||
, gsl, python, pyxml, lxml, poppler }:
|
, gsl, python, pyxml, lxml, poppler }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "inkscape-0.48.0";
|
name = "inkscape-0.48.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/inkscape/${name}.tar.bz2";
|
url = "mirror://sourceforge/inkscape/${name}.tar.bz2";
|
||||||
sha256 = "0w72xf76vxpm3fpslmix0x71l2rd2sdhrvgwx2vk7hxfjqdxib1n";
|
sha256 = "11mvwil787pj3kx3qvjqvd6z5hlk40i6g95g4vs52hrp2ifs9ga4";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./configure-python-libs.patch ];
|
patches = [ ./configure-python-libs.patch ];
|
||||||
|
@ -6490,10 +6490,9 @@ let
|
|||||||
|
|
||||||
# Impressive, formerly known as "KeyJNote".
|
# Impressive, formerly known as "KeyJNote".
|
||||||
impressive = callPackage ../applications/office/impressive {
|
impressive = callPackage ../applications/office/impressive {
|
||||||
|
|
||||||
# XXX These are the PyOpenGL dependencies, which we need here.
|
# XXX These are the PyOpenGL dependencies, which we need here.
|
||||||
|
inherit (pythonPackages) pyopengl;
|
||||||
inherit (pythonPackages) pyopengl; };
|
};
|
||||||
|
|
||||||
inkscape = callPackage ../applications/graphics/inkscape {
|
inkscape = callPackage ../applications/graphics/inkscape {
|
||||||
inherit (pythonPackages) lxml;
|
inherit (pythonPackages) lxml;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user