mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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.*")
|
(("^lispdir.*")
|
||||||
(string-append "lispdir = "
|
(string-append "lispdir = "
|
||||||
(elpa-directory (assoc-ref outputs "out")))))
|
(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")))
|
(invoke "make" "install")))
|
||||||
(add-after 'unpack 'fix-tests
|
(add-after 'unpack 'fix-tests
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue