guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-pdf-tools: Adapt phase name.


From: guix-commits
Subject: 02/02: gnu: emacs-pdf-tools: Adapt phase name.
Date: Mon, 18 Nov 2019 23:01:15 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit ed94123667db1add7ce705b9aefa79d8c74cd73f
Author: Maxim Cournoyer <address@hidden>
Date:   Tue Nov 19 12:55:40 2019 +0900

    gnu: emacs-pdf-tools: Adapt phase name.
    
    Follow up commit to c51d4c7746fe99e60b32d7e9ee0da2b847174253.
    
    * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Add the emacs-install phase
    after the emacs-add-source-to-load-path instead of after the
    emacs-set-emacs-load-path phase.
    
    Reported-by: Brett Gilio <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index df5c3d5..e8f13a7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1976,7 +1976,7 @@ filters, new key bindings and faces.  It can be enabled by
                ("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-set-emacs-load-path 'emacs-install
+         (add-after 'emacs-add-source-to-load-path 'emacs-install
            (assoc-ref emacs:%standard-phases 'install))
          (add-after 'emacs-install 'emacs-build
            (assoc-ref emacs:%standard-phases 'build))



reply via email to

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