emacs-w3m: Fix typo.

svn path=/nixpkgs/trunk/; revision=16325
This commit is contained in:
Ludovic Courtès 2009-07-10 17:53:49 +00:00
parent da897b6eda
commit 18ef0d1673

View File

@ -22,7 +22,7 @@ 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'
'';
configurePhase = ''