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’.
This commit is contained in:
Liliana Marie Prikler 2022-09-11 15:15:48 +02:00
parent 58d0453aa7
commit 11a06d1e49
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -13326,7 +13326,6 @@ (define-public emacs-org
#:test-command '("make" "test-dirty")
#:phases
(modify-phases %standard-phases
(delete 'build)
(add-before 'check 'make
(lambda _
(invoke "make" (string-append "ORGVERSION=" ,version))))