mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: notmuch: Fix build.
* gnu/packages/mail.scm (notmuch): Refer to the updated installation directory.
This commit is contained in:
parent
66c15f72f8
commit
1cd9149938
1 changed files with 1 additions and 2 deletions
|
@ -884,8 +884,7 @@ invoking @command{notifymuch} from the post-new hook.")
|
|||
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(elisp
|
||||
(string-append out "/share/emacs/site-lisp/guix.d/"
|
||||
,name "-" ,version)))
|
||||
(string-append out "/share/emacs/site-lisp/")))
|
||||
(invoke "./configure"
|
||||
(string-append "--prefix=" out)
|
||||
(string-append "--emacslispdir=" elisp)
|
||||
|
|
Loading…
Reference in a new issue