me
/
guix
Archived
1
0
Fork 0

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’.
master
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
1 changed files with 0 additions and 1 deletions

View File

@ -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))))