diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-04-17 19:06:35 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-05-01 15:56:40 +0200 |
commit | b8c9d9dee3f1d6d55d93d03e2507f3da7c15f5c4 (patch) | |
tree | 18afc34a3ef6546d89ff1f8b1bf1cd80e16f6611 /gnu/packages/mail.scm | |
parent | cd35b94e307182ef74e5870d9d54f1370bb5ebac (diff) |
gnu: notmuch: Adjust to changes in emacs-build-system.
* gnu/packages/mail.scm (notmuch)[configure]: Use elpa-directory.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5d307df124..f218e4f116 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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) |