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:
Jelle Licht 2021-12-23 00:35:43 +01:00
parent 0751451ae3
commit 867c33d3d7
No known key found for this signature in database
GPG Key ID: DA4597F947B41025

View File

@ -17434,7 +17434,7 @@ according to a parsing expression grammar.")
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin"))
(site-lisp (string-append out "/share/emacs/site-lisp")))
(site-lisp (elpa-directory out)))
(mkdir-p bin)
(setenv "HOME" (getcwd))
(invoke "./install.sh" bin)