mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: emacs-pdf-tools: Fix build.
This is a follow up commit to e1d31e6457
.
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Fix build.
This commit is contained in:
parent
b44357d02a
commit
c51d4c7746
1 changed files with 2 additions and 2 deletions
|
@ -1974,8 +1974,8 @@ filters, new key bindings and faces. It can be enabled by
|
|||
;; upgrading" that pdf-tools tries to perform.
|
||||
(emacs-substitute-variables "pdf-tools.el"
|
||||
("pdf-tools-handle-upgrades" '()))))
|
||||
(add-after 'emacs-patch-variables 'emacs-set-emacs-load-path
|
||||
(assoc-ref emacs:%standard-phases 'set-emacs-load-path))
|
||||
(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
|
||||
(assoc-ref emacs:%standard-phases 'install))
|
||||
(add-after 'emacs-install 'emacs-build
|
||||
|
|
Loading…
Reference in a new issue