From ba274e578c8f42d0f02005e9e2dfef7dfbe08e93 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 4 Mar 2010 16:41:10 +0000 Subject: Made graphicsmagick-config not say anything about libraries that would be needed for static linking, because we are linking it dynamically. Made octave link with graphicsmagick to get imread() working. Nevertheless, imread does not work, because of some problems between octave and latest versions of graphicsmagick: http://www-old.cae.wisc.edu/pipermail/octave-maintainers/2010-February/015295.html Next to do: add an older version of graphics magick for octave. svn path=/nixpkgs/trunk/; revision=20389 --- pkgs/applications/graphics/graphicsmagick/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/graphics/graphicsmagick') diff --git a/pkgs/applications/graphics/graphicsmagick/default.nix b/pkgs/applications/graphics/graphicsmagick/default.nix index 6ce05a670b1..980413bc8f8 100644 --- a/pkgs/applications/graphics/graphicsmagick/default.nix +++ b/pkgs/applications/graphics/graphicsmagick/default.nix @@ -19,6 +19,10 @@ stdenv.mkDerivation { zlib libtool ]; + postInstall = '' + sed -i 's/-ltiff.*'\'/\'/ $out/bin/* + ''; + meta = { homepage = http://www.graphicsmagick.org; description = "Swiss army knife of image processing"; -- cgit 1.4.1