guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: emacs-geiser-chez: Process autoloads in-tree.


From: guix-commits
Subject: 12/15: gnu: emacs-geiser-chez: Process autoloads in-tree.
Date: Wed, 1 Nov 2023 15:53:04 -0400 (EDT)

lilyp pushed a commit to branch emacs-team
in repository guix.

commit 927eee08dec36927e7f35b99e1945b5ad3336736
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Oct 19 07:21:31 2023 +0200

    gnu: emacs-geiser-chez: Process autoloads in-tree.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser-chez)[#:phases]<patch-autoloads>:
    Resolve "geiser-chez-autoloads.el" in the current working directory.
---
 gnu/packages/emacs-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 26cdcb63a9..7d76236ee4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -695,9 +695,7 @@ a generic Scheme interaction mode for the GNU Emacs 
editor.")
        (modify-phases %standard-phases
          (add-after 'make-autoloads 'patch-autoloads
            (lambda* (#:key outputs #:allow-other-keys)
-             (substitute* (string-append
-                           (elpa-directory (assoc-ref outputs "out"))
-                           "/geiser-chez-autoloads.el")
+             (substitute* "geiser-chez-autoloads.el"
                ;; Activating implementations fails when Geiser is not yet
                ;; loaded, so let's defer that until it is.
                ;; See <https://gitlab.com/emacs-geiser/chez/-/issues/7>.



reply via email to

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