guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: notmuch: Fix build.


From: guix-commits
Subject: 01/01: gnu: notmuch: Fix build.
Date: Wed, 4 Dec 2019 15:57:42 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 1cd914993824ceebf15a87913c923ec1723eac3b
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Dec 4 21:56:12 2019 +0100

    gnu: notmuch: Fix build.
    
    * gnu/packages/mail.scm (notmuch): Refer to the updated installation
    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 b0ddf46..8a38d7a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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)



reply via email to

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