mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-16 23:30:29 +02:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user