From 1dbe492b993a7629df3b35146ce0272b52913776 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Mon, 1 Apr 2024 17:50:26 +0200 Subject: gnu: emacs-magit: Fix generation of autoloads. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases]: Replace ‘make-autoloads’ like the others. Fixes: Magit autoloads are missing Change-Id: Iec1d89b167211889743ed1e7e64a9f866ea4c2eb Signed-off-by: Clément Lassieur --- gnu/packages/emacs-xyz.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages') 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" -- cgit v1.2.3