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>
This commit is contained in:
Fredrik Salomonsson 2021-05-17 17:36:28 +00:00 committed by Leo Prikler
parent 48b8a5e701
commit 946dd6103a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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"