From 946dd6103a843b48e828addae53c240077c2221a Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Mon, 17 May 2021 17:36:28 +0000 Subject: gnu: emacs-libyaml: Adjust to changes in emacs-build-system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emacs-xyz.scm (emacs-libyaml)[#:phases]: Move ‘substitute-libyaml-core-path’ after ‘unpack’. Signed-off-by: Leo Prikler --- gnu/packages/emacs-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7a62b6b7ef..2c80087305 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22557,7 +22557,7 @@ (define-public emacs-libyaml (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" -- cgit v1.2.3