mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* 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 }:
|
||||
|
||||
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 ];
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user