mu: fixed incorrect substitution
The string to substitute was wrong.
This commit is contained in:
parent
3697d7c523
commit
b9e7d34c1d
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# We install msg2pdf to bin/msg2pdf, fix its location in elisp
|
||||
substituteInPlace mu4e/mu4e-actions.el \
|
||||
--replace "/toys/msg2pdf/msg2pdf" "/bin/msg2pdf"
|
||||
--replace "/toys/msg2pdf/" "/bin/"
|
||||
'';
|
||||
|
||||
# Install mug and msg2pdf
|
||||
|
Loading…
Reference in New Issue
Block a user