mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
68e5089be1
commit
f2f0f5a2d2
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue