gnu: notmuch: Fix build.
authorPierre Neidhardt <mail@ambrevar.xyz>
Wed, 4 Dec 2019 20:56:12 +0000 (21:56 +0100)
committerPierre Neidhardt <mail@ambrevar.xyz>
Wed, 4 Dec 2019 20:57:12 +0000 (21:57 +0100)
* gnu/packages/mail.scm (notmuch): Refer to the updated installation
directory.

gnu/packages/mail.scm

index b0ddf46..8a38d7a 100644 (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)