guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-libyaml: Adjust to changes in emacs-bu


From: guix-commits
Subject: branch master updated: gnu: emacs-libyaml: Adjust to changes in emacs-build-system.
Date: Mon, 17 May 2021 13:59:51 -0400

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

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 946dd61  gnu: emacs-libyaml: Adjust to changes in emacs-build-system.
946dd61 is described below

commit 946dd6103a843b48e828addae53c240077c2221a
Author: Fredrik Salomonsson <plattfot@posteo.net>
AuthorDate: Mon May 17 17:36:28 2021 +0000

    gnu: emacs-libyaml: Adjust to changes in emacs-build-system.
    
    * gnu/packages/emacs-xyz.scm (emacs-libyaml)[#:phases]: Move
    ‘substitute-libyaml-core-path’ after ‘unpack’.
    
    Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 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 7a62b6b..2c80087 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22557,7 +22557,7 @@ utilities.")
                              (guix build gnu-build-system))
          #:phases
          (modify-phases %standard-phases
-           (add-before 'add-source-to-load-path 'substitute-libyaml-core-path
+           (add-after 'unpack 'substitute-libyaml-core-path
              (lambda* (#:key outputs #:allow-other-keys)
                (chmod "libyaml.el" #o644)
                (substitute* "libyaml.el"



reply via email to

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