gnu: emacs-org: Preserve version information.
* gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Prevent install phase from deleting the version information. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
85ed37c170
commit
170cb4c881
1 changed files with 4 additions and 0 deletions
|
@ -12321,6 +12321,10 @@ (define-public emacs-org
|
|||
(("^lispdir.*")
|
||||
(string-append "lispdir = "
|
||||
(elpa-directory (assoc-ref outputs "out")))))
|
||||
;; The dependent targets for install perform cleanup that
|
||||
;; partially undoes our make phase
|
||||
(substitute* "lisp/Makefile"
|
||||
(("^install:.*") "install:\n"))
|
||||
(invoke "make" "install")))
|
||||
(add-after 'unpack 'fix-tests
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue