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:
Arun Isaac 2018-12-02 11:42:21 +05:30
parent 1427d888e0
commit 2b16ae4b02
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1361,7 +1361,7 @@ (define-public emacs-howm
(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")