guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-howm: Add make-autoloads phase after install phase.


From: guix-commits
Subject: 01/02: gnu: emacs-howm: Add make-autoloads phase after install phase.
Date: Sun, 2 Dec 2018 01:55:07 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 2b16ae4b025a4d0f048972700b8ba06bf040f8d8
Author: Arun Isaac <address@hidden>
Date:   Sun Dec 2 11:42:21 2018 +0530

    gnu: emacs-howm: Add make-autoloads phase after install phase.
    
    * gnu/packages/emacs.scm (emacs-howm)[arguments]: Add make-autoloads phase
    after install phase, not after the non-existent rename-lispdir phase.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4177524..297fb33 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1361,7 +1361,7 @@ a set of simplified face specifications and a 
user-supplied color palette")
                            (guix build emacs-utils))
        #:phases
        (modify-phases %standard-phases
-         (add-after 'rename-lispdir 'make-autoloads
+         (add-after 'install 'make-autoloads
            (assoc-ref emacs:%standard-phases 'make-autoloads)))))
     (home-page "http://howm.osdn.jp/";)
     (synopsis "Note-taking tool for Emacs")



reply via email to

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