Emacs-w3m: Substitute `identify' from ImageMagick.

svn path=/nixpkgs/trunk/; revision=16328
This commit is contained in:
Ludovic Courtès 2009-07-11 10:30:48 +00:00
parent 9f9ec8d2c6
commit f6533bc527

View File

@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
s|(w3m-which-command "display")|"${imagemagick}/bin/display"|g'
sed -i "w3m-image.el" \
-e 's|(w3m-which-command "convert")|"${imagemagick}/bin/convert"|g'
-e 's|(w3m-which-command "convert")|"${imagemagick}/bin/convert"|g ;
s|(w3m-which-command "identify")|"${imagemagick}/bin/identify"|g'
'';
configurePhase = ''