guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org: Preserve version information.


From: guix-commits
Subject: branch master updated: gnu: emacs-org: Preserve version information.
Date: Fri, 03 Dec 2021 15:15:06 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 170cb4c  gnu: emacs-org: Preserve version information.
170cb4c is described below

commit 170cb4c881557c14ddb6bf0d069991256545196c
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Thu Dec 2 12:38:02 2021 -0500

    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>
---
 gnu/packages/emacs-xyz.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 51626dd..751e220 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12321,6 +12321,10 @@ passive voice.")
                (("^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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]