me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pdf-tools: Fix build.

This is a follow up commit to e1d31e6457.

* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Fix build.
master
Maxim Cournoyer 2019-11-19 12:37:17 +09:00
parent b44357d02a
commit c51d4c7746
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1974,8 +1974,8 @@ filters, new key bindings and faces. It can be enabled by
;; upgrading" that pdf-tools tries to perform. ;; upgrading" that pdf-tools tries to perform.
(emacs-substitute-variables "pdf-tools.el" (emacs-substitute-variables "pdf-tools.el"
("pdf-tools-handle-upgrades" '())))) ("pdf-tools-handle-upgrades" '()))))
(add-after 'emacs-patch-variables 'emacs-set-emacs-load-path (add-after 'emacs-patch-variables 'emacs-add-source-to-load-path
(assoc-ref emacs:%standard-phases 'set-emacs-load-path)) (assoc-ref emacs:%standard-phases 'add-source-to-load-path))
(add-after 'emacs-set-emacs-load-path 'emacs-install (add-after 'emacs-set-emacs-load-path 'emacs-install
(assoc-ref emacs:%standard-phases 'install)) (assoc-ref emacs:%standard-phases 'install))
(add-after 'emacs-install 'emacs-build (add-after 'emacs-install 'emacs-build