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
1 changed files with 5 additions and 0 deletions
|
@ -302,6 +302,11 @@ (define-public magit
|
|||
#:test-target "test"
|
||||
#: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
|
||||
(modify-phases %standard-phases
|
||||
(replace
|
||||
|
|
Loading…
Reference in a new issue