mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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")
|
#:test-command '("make" "test-dirty")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'build)
|
|
||||||
(add-before 'check 'make
|
(add-before 'check 'make
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "make" (string-append "ORGVERSION=" ,version))))
|
(invoke "make" (string-append "ORGVERSION=" ,version))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue