about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-15 00:55:21 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-15 00:55:21 +0000
commita7703662a4ee043c1ba684d30ede016bb5dc2e41 (patch)
tree959345e65cd959b7a4cac52c4e5def9f4608494b /pkgs/applications/graphics/ImageMagick
parente17a21b8202dffa6fd5a34792a3f9c73b1b80c7a (diff)
downloadnixlib-a7703662a4ee043c1ba684d30ede016bb5dc2e41.tar
nixlib-a7703662a4ee043c1ba684d30ede016bb5dc2e41.tar.gz
nixlib-a7703662a4ee043c1ba684d30ede016bb5dc2e41.tar.bz2
nixlib-a7703662a4ee043c1ba684d30ede016bb5dc2e41.tar.lz
nixlib-a7703662a4ee043c1ba684d30ede016bb5dc2e41.tar.xz
nixlib-a7703662a4ee043c1ba684d30ede016bb5dc2e41.tar.zst
nixlib-a7703662a4ee043c1ba684d30ede016bb5dc2e41.zip
Merged with trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index 0f814bd3829b..1795d29e7fb0 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -1,10 +1,10 @@
 args: with args;
 (stdenv.mkDerivation ({
-  name = "ImageMagick-6.3.5";
+  name = "ImageMagick-6.3.7-9";
 
   src = fetchurl {
-    url = ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.3.5-5.tar.bz2;
-    sha256 = "0avq6kllxw552krxgsa72c1b44zwyhwi38dk4a4ij3fqy0svy9zh";
+    url = ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.3.7-9.tar.bz2;
+    sha256 = "1s38s78xvzm20ib22zypsb9vvzva0kbqjf0pf4c1q89jzg205pk0";
   };
 
   configureFlags = " --with-dots --with-gs-font-dir="+ ghostscript +
@@ -13,7 +13,7 @@ args: with args;
 		);
 
   buildInputs = [bzip2 freetype ghostscript graphviz libjpeg libpng 
-		libtiff libX11 libxml2 zlib ] ++ (if args ? tetex then [args.tetex] else [])
+		libtiff libX11 libxml2 zlib libtool] ++ (if args ? tetex then [args.tetex] else [])
 		 ++ (if args ? librsvg then [args.librsvg] else [])
 		;
 } // (if args ? tetex then {