guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-pdf-tools: Fix build.


From: guix-commits
Subject: 01/02: gnu: emacs-pdf-tools: Fix build.
Date: Mon, 18 Nov 2019 22:46:10 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit c51d4c7746fe99e60b32d7e9ee0da2b847174253
Author: Maxim Cournoyer <address@hidden>
Date:   Tue Nov 19 12:37:17 2019 +0900

    gnu: emacs-pdf-tools: Fix build.
    
    This is a follow up commit to e1d31e6457.
    
    * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Fix build.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2367303..451bb78 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]