guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: emacs-org: Undelete build step.


From: guix-commits
Subject: 09/10: gnu: emacs-org: Undelete build step.
Date: Sun, 11 Sep 2022 09:48:18 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 11a06d1e49f4d50d6789e05bbf35e2e145ff7838
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Sep 11 15:15:48 2022 +0200

    gnu: emacs-org: Undelete build step.
    
    With native compilation enabled, it is now no longer meaningless.
    
    * gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Don't delete ‘build’.
---
 gnu/packages/emacs-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5a6e5dcec0..4a9428bcf2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13326,7 +13326,6 @@ passive voice.")
        #:test-command '("make" "test-dirty")
        #:phases
        (modify-phases %standard-phases
-         (delete 'build)
          (add-before 'check 'make
            (lambda _
              (invoke "make" (string-append "ORGVERSION=" ,version))))



reply via email to

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