gnu: emacs-pdf-tools: Adapt phase name.

Follow up commit to c51d4c7746.

* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Add the emacs-install phase
after the emacs-add-source-to-load-path instead of after the
emacs-set-emacs-load-path phase.

Reported-by: Brett Gilio <brettg@posteo.net>
This commit is contained in:
Maxim Cournoyer 2019-11-19 12:55:40 +09:00
parent 418febb54f
commit ed94123667
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1976,7 +1976,7 @@ (define-public emacs-pdf-tools
("pdf-tools-handle-upgrades" '()))))
(add-after 'emacs-patch-variables 'emacs-add-source-to-load-path
(assoc-ref emacs:%standard-phases 'add-source-to-load-path))
(add-after 'emacs-set-emacs-load-path 'emacs-install
(add-after 'emacs-add-source-to-load-path 'emacs-install
(assoc-ref emacs:%standard-phases 'install))
(add-after 'emacs-install 'emacs-build
(assoc-ref emacs:%standard-phases 'build))