gnu: magit: Install .el files directly under share/emacs/site-lisp.
Fixes a regression introduced in 7e4871b
.
* gnu/packages/emacs.scm (magit)[arguments]: Add #:make-flags.
This commit is contained in:
parent
7e4871ba9c
commit
d41a8a07b2
|
@ -302,6 +302,11 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:tests? #f ;'tests/magit-tests.el' is missing
|
#:tests? #f ;'tests/magit-tests.el' is missing
|
||||||
|
|
||||||
|
#:make-flags (list
|
||||||
|
;; Don't put .el files in a sub-directory.
|
||||||
|
(string-append "lispdir=" (assoc-ref %outputs "out")
|
||||||
|
"/share/emacs/site-lisp"))
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace
|
(replace
|
||||||
|
|
Loading…
Reference in New Issue