guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-eldev: Adjust to changes in emacs-buil


From: guix-commits
Subject: branch master updated: gnu: emacs-eldev: Adjust to changes in emacs-build-system.
Date: Wed, 22 Dec 2021 18:52:23 -0500

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 867c33d  gnu: emacs-eldev: Adjust to changes in emacs-build-system.
867c33d is described below

commit 867c33d3d76b473b4d30dcc8a01b0f770a397146
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Thu Dec 23 00:35:43 2021 +0100

    gnu: emacs-eldev: Adjust to changes in emacs-build-system.
    
    * gnu/packages/emacs-xyz.scm (emacs-eldev)[install-eldev-executable]: Use
    elpa-directory for ELDEV_LOCAL.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c85680e..77efc63 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17434,7 +17434,7 @@ according to a parsing expression grammar.")
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
                     (bin (string-append out "/bin"))
-                    (site-lisp (string-append out "/share/emacs/site-lisp")))
+                    (site-lisp (elpa-directory out)))
                (mkdir-p bin)
                (setenv "HOME" (getcwd))
                (invoke "./install.sh" bin)



reply via email to

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