guix-commits
[Top][All Lists]
Advanced

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

branch wip-emacs updated: gnu: emacs-pdf-tools: Adjust to changes in ema


From: guix-commits
Subject: branch wip-emacs updated: gnu: emacs-pdf-tools: Adjust to changes in emacs-build-system.
Date: Sun, 04 Apr 2021 06:53:06 -0400

This is an automated email from the git hooks/post-receive script.

leoprikler pushed a commit to branch wip-emacs
in repository guix.

The following commit(s) were added to refs/heads/wip-emacs by this push:
     new b02558b  gnu: emacs-pdf-tools: Adjust to changes in emacs-build-system.
b02558b is described below

commit b02558b946c899f0a101eb2ca556c1bfbf3c5a46
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sun Apr 4 11:28:04 2021 +0200

    gnu: emacs-pdf-tools: Adjust to changes in emacs-build-system.
    
    * gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[#:phases]: Rename
    'emacs-add-source-to-load-path' to 'emacs-expand-load-path'.
    Use expand-load-path, which replaces add-source-to-load-path.
    
    Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 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 96b721f..b0eff7b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2919,8 +2919,8 @@ during idle time, while Emacs is doing nothing else.")
                ;; upgrading" that pdf-tools tries to perform.
                (emacs-substitute-variables "pdf-tools.el"
                  ("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-patch-variables 'emacs-expand-load-path
+             (assoc-ref emacs:%standard-phases 'expand-load-path))
            (add-after 'emacs-add-source-to-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]