gnu: notmuch: Fix build.
* gnu/packages/mail.scm (notmuch): Refer to the updated installation directory.master
parent
66c15f72f8
commit
1cd9149938
|
@ -884,8 +884,7 @@ invoking @command{notifymuch} from the post-new hook.")
|
||||||
|
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(elisp
|
(elisp
|
||||||
(string-append out "/share/emacs/site-lisp/guix.d/"
|
(string-append out "/share/emacs/site-lisp/")))
|
||||||
,name "-" ,version)))
|
|
||||||
(invoke "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix=" out)
|
(string-append "--prefix=" out)
|
||||||
(string-append "--emacslispdir=" elisp)
|
(string-append "--emacslispdir=" elisp)
|
||||||
|
|
Reference in New Issue