mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: mu: Fix autoloads generation.
* gnu/packages/mail.scm (mu)[arguments]<#:phases>: In the 'install-emacs-autoloads' phase, fix the path to mu4e files to generate autoloads. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
005b088fa4
commit
3138d3f3c9
1 changed files with 1 additions and 1 deletions
|
@ -1201,7 +1201,7 @@ (define-public mu
|
|||
(emacs-generate-autoloads
|
||||
"mu4e"
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/share/emacs/site-lisp")))))))
|
||||
"/share/emacs/site-lisp/mu4e")))))))
|
||||
(home-page "https://www.djcbsoftware.nl/code/mu/")
|
||||
(synopsis "Quickly find emails")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue