gnu: notmuch: Adjust to changes in emacs-build-system.
* gnu/packages/mail.scm (notmuch)[configure]: Use elpa-directory.master
parent
cd35b94e30
commit
b8c9d9dee3
|
@ -1362,8 +1362,7 @@ invoking @command{notifymuch} from the post-new hook.")
|
|||
(setenv "CONFIG_SHELL" (which "sh"))
|
||||
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(elisp
|
||||
(string-append out "/share/emacs/site-lisp/")))
|
||||
(elisp (emacs:elpa-directory out)))
|
||||
(invoke "./configure"
|
||||
(string-append "--prefix=" out)
|
||||
(string-append "--emacslispdir=" elisp)
|
||||
|
|
Reference in New Issue