~ruther/guix-local

11a06d1e49f4d50d6789e05bbf35e2e145ff7838 — Liliana Marie Prikler 3 years ago 58d0453
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’.
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +0 -1
@@ 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))))