mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
58d0453aa7
commit
11a06d1e49
1 changed files with 0 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue