[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-magit: Fix generation of autoloads.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-magit: Fix generation of autoloads. |
Date: |
Wed, 03 Apr 2024 06:37:51 -0400 |
This is an automated email from the git hooks/post-receive script.
snape pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1dbe492b99 gnu: emacs-magit: Fix generation of autoloads.
1dbe492b99 is described below
commit 1dbe492b993a7629df3b35146ce0272b52913776
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Apr 1 17:50:26 2024 +0200
gnu: emacs-magit: Fix generation of autoloads.
* gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases]: Replace
‘make-autoloads’
like the others.
Fixes: Magit autoloads are missing <https://bugs.gnu.org/70121>
Change-Id: Iec1d89b167211889743ed1e7e64a9f866ea4c2eb
Signed-off-by: Clément Lassieur <clement@lassieur.org>
---
gnu/packages/emacs-xyz.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 977aa89729..e460fccc5b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1668,6 +1668,10 @@ libgit2 bindings for Emacs, intended to boost the
performance of Magit.")
(lambda args
(with-directory-excursion "lisp"
(apply (assoc-ref %standard-phases 'expand-load-path)
args))))
+ (replace 'make-autoloads
+ (lambda args
+ (with-directory-excursion "lisp"
+ (apply (assoc-ref %standard-phases 'make-autoloads) args))))
(replace 'install
(lambda args
(with-directory-excursion "lisp"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-magit: Fix generation of autoloads.,
guix-commits <=