emacs-w3m: Fix typo.
svn path=/nixpkgs/trunk/; revision=16325
This commit is contained in:
parent
da897b6eda
commit
18ef0d1673
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
s|(w3m-which-command "display")|"${imagemagick}/bin/display"|g'
|
s|(w3m-which-command "display")|"${imagemagick}/bin/display"|g'
|
||||||
|
|
||||||
sed -i "w3m-image.el" \
|
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 = ''
|
configurePhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user