summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-07-11 10:30:48 +0000
committerLudovic Courtès <ludo@gnu.org>2009-07-11 10:30:48 +0000
commitf6533bc52701b3b6da65d64121fe460b642b4a08 (patch)
treeeeb2ee80c86b39695e737e60ff9918d2b712b1d7 /pkgs/applications/editors/emacs-modes
parent9f9ec8d2c68cb65d97287f3ef136c85a773d3106 (diff)
downloadnixpkgs-f6533bc52701b3b6da65d64121fe460b642b4a08.tar
nixpkgs-f6533bc52701b3b6da65d64121fe460b642b4a08.tar.gz
nixpkgs-f6533bc52701b3b6da65d64121fe460b642b4a08.tar.bz2
nixpkgs-f6533bc52701b3b6da65d64121fe460b642b4a08.tar.lz
nixpkgs-f6533bc52701b3b6da65d64121fe460b642b4a08.tar.xz
nixpkgs-f6533bc52701b3b6da65d64121fe460b642b4a08.tar.zst
nixpkgs-f6533bc52701b3b6da65d64121fe460b642b4a08.zip
Emacs-w3m: Substitute `identify' from ImageMagick.
svn path=/nixpkgs/trunk/; revision=16328
Diffstat (limited to 'pkgs/applications/editors/emacs-modes')
-rw-r--r--pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix b/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix
index 0b258543293..2e182170b19 100644
--- a/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix
+++ b/pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix
@@ -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 = ''