emacs-w3m: Fix typo.
svn path=/nixpkgs/trunk/; revision=16325
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user