Skip to content
Snippets Groups Projects
Commit d41a8a07 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: magit: Install .el files directly under share/emacs/site-lisp.

Fixes a regression introduced in 7e4871ba.

* gnu/packages/emacs.scm (magit)[arguments]: Add #:make-flags.
parent 7e4871ba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment