Update ImageMagick since the previous source tarball is no longer available (!).
svn path=/nixpkgs/trunk/; revision=10646
This commit is contained in:
parent
c27c09ada1
commit
59ff810f83
@ -1,10 +1,11 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
(stdenv.mkDerivation ({
|
(stdenv.mkDerivation ({
|
||||||
name = "ImageMagick-6.3.7-9";
|
name = "ImageMagick-6.3.7-10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.3.7-9.tar.bz2;
|
# Warning: Source tarballs seem to vanish very quickly from this site!
|
||||||
sha256 = "1s38s78xvzm20ib22zypsb9vvzva0kbqjf0pf4c1q89jzg205pk0";
|
url = ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.3.7-10.tar.bz2;
|
||||||
|
sha256 = "c00fb0d21baa292a55bb0e30ca30ffe2571e0d3df9e692da441aa81ff1cdde10";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = " --with-dots --with-gs-font-dir="+ ghostscript +
|
configureFlags = " --with-dots --with-gs-font-dir="+ ghostscript +
|
||||||
@ -17,6 +18,9 @@ args: with args;
|
|||||||
++ (if args ? librsvg then [args.librsvg] else []);
|
++ (if args ? librsvg then [args.librsvg] else []);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
description = ''ImageMagick(R) is a software suite to create, edit, and compose bitmap
|
||||||
|
images. It can read, convert and write images in a variety of
|
||||||
|
formats (over 100).'';
|
||||||
homepage = http://www.imagemagick.org;
|
homepage = http://www.imagemagick.org;
|
||||||
};
|
};
|
||||||
} // (if args ? tetex then {
|
} // (if args ? tetex then {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user