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.
This commit is contained in:
parent
1427d888e0
commit
2b16ae4b02
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue