[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: emacs-pdf-tools: Fix byte compilation.
From: |
Arun Isaac |
Subject: |
02/06: gnu: emacs-pdf-tools: Fix byte compilation. |
Date: |
Thu, 19 Apr 2018 15:24:24 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit 259ed58fef670e71013e0ed1c26f07ef4b0fa10a
Author: Maxim Cournoyer <address@hidden>
Date: Sat Mar 31 14:08:15 2018 -0400
gnu: emacs-pdf-tools: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add
emacs-set-emacs-load-path phase.
Signed-off-by: Arun Isaac <address@hidden>
---
gnu/packages/emacs.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a26fbd1..e96a69c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1473,7 +1473,9 @@ 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-install
+ (add-after 'emacs-patch-variables 'emacs-set-emacs-load-path
+ (assoc-ref emacs:%standard-phases 'set-emacs-load-path))
+ (add-after 'emacs-set-emacs-load-path 'emacs-install
(assoc-ref emacs:%standard-phases 'install))
(add-after 'emacs-install 'emacs-build
(assoc-ref emacs:%standard-phases 'build))
- branch master updated (2bb915e -> 9490c41), Arun Isaac, 2018/04/19
- 01/06: build-system: emacs: Search all inputs for Emacs Lisp directories., Arun Isaac, 2018/04/19
- 03/06: build-system: emacs: Replace system* with invoke., Arun Isaac, 2018/04/19
- 02/06: gnu: emacs-pdf-tools: Fix byte compilation.,
Arun Isaac <=
- 04/06: build-system: emacs: Add improved check phase., Arun Isaac, 2018/04/19
- 05/06: gnu: Adapt Emacs packages to use the new check phase., Arun Isaac, 2018/04/19
- 06/06: gnu: ert-runner: Adjust ert-runner wrapper to honor EMACSLOADPATH., Arun Isaac, 2018/04/19