guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#47661] [PATCH 20/33] gnu: notmuch: Adjust to changes in emacs-build


From: Leo Prikler
Subject: [bug#47661] [PATCH 20/33] gnu: notmuch: Adjust to changes in emacs-build-system.
Date: Thu, 8 Apr 2021 19:49:54 +0200

* gnu/packages/mail.scm (notmuch)[configure]: Use elpa-directory.
---
 gnu/packages/mail.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 56fae3fcba..abef94baf8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1317,8 +1317,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)
-- 
2.31.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]