mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eldev: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-eldev)[install-eldev-executable]: Use elpa-directory for ELDEV_LOCAL.
This commit is contained in:
parent
0751451ae3
commit
867c33d3d7
1 changed files with 1 additions and 1 deletions
|
@ -17434,7 +17434,7 @@ according to a parsing expression grammar.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(bin (string-append out "/bin"))
|
(bin (string-append out "/bin"))
|
||||||
(site-lisp (string-append out "/share/emacs/site-lisp")))
|
(site-lisp (elpa-directory out)))
|
||||||
(mkdir-p bin)
|
(mkdir-p bin)
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
(invoke "./install.sh" bin)
|
(invoke "./install.sh" bin)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue