mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
48b8a5e701
commit
946dd6103a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue