mu: fixed incorrect substitution

The string to substitute was wrong.
This commit is contained in:
Merlin Göttlinger 2020-01-15 15:54:11 +01:00 committed by Matthieu Coudron
parent 3697d7c523
commit b9e7d34c1d

View file

@ -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