guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: guile-wisp: Build autoloads before installing them.


From: guix-commits
Subject: 07/15: gnu: guile-wisp: Build autoloads before installing them.
Date: Wed, 1 Nov 2023 15:53:03 -0400 (EDT)

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

commit 5a780b1b1a30f606092c27fb42e66a5e904fc1e9
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Oct 19 07:09:54 2023 +0200

    gnu: guile-wisp: Build autoloads before installing them.
    
    * gnu/packages/guile-xyz.scm (guile-wisp)[#:phases]: Move ‘make-autoloads’
    after ‘unpack’.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0eec87f768..75f7b1a271 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2182,12 +2182,12 @@ user which package sets would they like to install from 
it.")
                              (invoke "guild" "compile" "-L" module-dir
                                      file "-o" go)))
                          (find-files module-dir "\\.scm$")))))
+         (add-after 'unpack 'make-autoloads
+           (assoc-ref emacs:%standard-phases 'make-autoloads))
          (add-after 'install 'install-emacs-files
            (assoc-ref emacs:%standard-phases 'install))
          (add-after 'install-emacs-files 'compile-emacs-files
-           (assoc-ref emacs:%standard-phases 'build))
-         (add-after 'compile-emacs-files 'make-autoloads
-           (assoc-ref emacs:%standard-phases 'make-autoloads)))))
+           (assoc-ref emacs:%standard-phases 'build)))))
     (home-page "https://www.draketo.de/english/wisp";)
     (inputs
      (list guile-3.0))



reply via email to

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