summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-09-02 22:43:08 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-09-02 22:43:08 +0000
commit99cd5a1679c369f23527d5a02f23a3ed1014b7c9 (patch)
tree5b97839a3f2b27fdc580a12393302d063e370493 /pkgs/applications/graphics
parent28af8ad308c20e22b28a7051def0a6e2fcf8b132 (diff)
* ImageMagick updated to 6.5.5-6.
svn path=/nixpkgs/trunk/; revision=16945
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index e5a57dd6db9e..08386806815f 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -1,17 +1,16 @@
args: with args;
-let version = "6.4.8-9"; in
+let version = "6.5.5-6"; in
stdenv.mkDerivation (rec {
name = "ImageMagick-${version}";
src = fetchurl {
url = "mirror://imagemagick/${name}.tar.bz2";
- sha256 = "1ngfs99wryrc7v5pqrjbcrvhsilc29iaj6zplzxm450f49xmpidq";
+ sha256 = "1037nsvfpw7wdgsvvzvi0bn1n5d667d8aj1xam7zgmf7xi6xha3q";
};
configureFlags = ''
- --with-dots
--with-gs-font-dir=${ghostscript}/share/ghostscript/fonts
--with-gslib
${if args ? tetex then "--with-frozenpaths" else ""}