me
/
guix
Archived
1
0
Fork 0

gnu: emacs-geiser-guile: Process autoloads in-tree.

* gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[#:phases]<patch-autoloads>:
Resolve "geiser-guile-autoloads.el" in the current working directory.
master
Liliana Marie Prikler 2023-10-19 06:10:15 +02:00
parent b520ad2781
commit d9d7259764
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 2 deletions

View File

@ -543,8 +543,7 @@ API key.")
(search-input-file inputs "bin/guile")))))) (search-input-file inputs "bin/guile"))))))
(add-after 'make-autoloads 'patch-autoloads (add-after 'make-autoloads 'patch-autoloads
(lambda _ (lambda _
(substitute* (string-append (elpa-directory #$output) (substitute* "geiser-guile-autoloads.el"
"/geiser-guile-autoloads.el")
;; Activating implementations fails when Geiser is not yet ;; Activating implementations fails when Geiser is not yet
;; loaded, so let's defer that until it is. ;; loaded, so let's defer that until it is.
(("\\(geiser-activate-implementation .*\\)" all) (("\\(geiser-activate-implementation .*\\)" all)