mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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'
|
||||
|
||||
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user