summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2018-12-02 11:42:21 +0530
committerArun Isaac <arunisaac@systemreboot.net>2018-12-02 11:42:21 +0530
commit2b16ae4b025a4d0f048972700b8ba06bf040f8d8 (patch)
treeea09eb9f62fe618d93c04c38913fb2c0f42da568 /gnu
parent1427d888e0ddfb04991d704daae2d09519b849af (diff)
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 41775241c32..297fb3330a9 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")
1361 (guix build emacs-utils)) 1361 (guix build emacs-utils))
1362 #:phases 1362 #:phases
1363 (modify-phases %standard-phases 1363 (modify-phases %standard-phases
1364 (add-after 'rename-lispdir 'make-autoloads 1364 (add-after 'install 'make-autoloads
1365 (assoc-ref emacs:%standard-phases 'make-autoloads))))) 1365 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1366 (home-page "http://howm.osdn.jp/") 1366 (home-page "http://howm.osdn.jp/")
1367 (synopsis "Note-taking tool for Emacs") 1367 (synopsis "Note-taking tool for Emacs")