From f6533bc52701b3b6da65d64121fe460b642b4a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 11 Jul 2009 10:30:48 +0000 Subject: [PATCH] Emacs-w3m: Substitute `identify' from ImageMagick. svn path=/nixpkgs/trunk/; revision=16328 --- pkgs/applications/editors/emacs-modes/emacs-w3m/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ''