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
parent
58d0453aa7
commit
11a06d1e49
|
@ -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))))
|
||||
|
|
Reference in New Issue