me
/
guix
Archived
1
0
Fork 0

gnu: notmuch: Fix build.

* gnu/packages/mail.scm (notmuch): Refer to the updated installation
directory.
master
Pierre Neidhardt 2019-12-04 21:56:12 +01:00
parent 66c15f72f8
commit 1cd9149938
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 2 deletions

View File

@ -884,8 +884,7 @@ invoking @command{notifymuch} from the post-new hook.")
(let* ((out (assoc-ref outputs "out"))
(elisp
(string-append out "/share/emacs/site-lisp/guix.d/"
,name "-" ,version)))
(string-append out "/share/emacs/site-lisp/")))
(invoke "./configure"
(string-append "--prefix=" out)
(string-append "--emacslispdir=" elisp)