1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 16:44:06 +02:00

gnu: emacs-notmuch: Use '#:lisp-directory'.

* gnu/packages/mail.scm (emacs-notmuch): Use '#:lisp-directory'.

Change-Id: I7cfdf87f368c979bc076adc6a7ecad08886a2bb9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Morgan Smith
2025-03-02 17:15:16 -05:00
committed by Liliana Marie Prikler
parent 68e5089be1
commit f2f0f5a2d2
+2 -4
View File
@@ -1582,14 +1582,12 @@ ing, and tagging large collections of email messages.")
(list notmuch))
(arguments
(list
#:lisp-directory "emacs"
#:exclude #~(cons* "make-deps.el" "rstdoc.el" %default-exclude)
#:include #~(cons* "notmuch-logo.svg" %default-include)
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'chdir
(lambda _
(chdir "emacs")))
(add-after 'chdir 'patch-paths
(add-after 'unpack 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
(let ((notmuch (search-input-file inputs "/bin/notmuch")))
(substitute* "notmuch-lib.el"