gnu: emacs-consult: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-consult)[arguments]<#:phases>: Remove OUTPUTS argument.
parent
63b6885bcc
commit
fd2a3a20d0
|
@ -11121,7 +11121,7 @@ style, or as multiple word prefixes.")
|
|||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'makeinfo
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(lambda _
|
||||
(invoke "emacs"
|
||||
"--batch"
|
||||
"--eval=(require 'ox-texinfo)"
|
||||
|
|
Reference in New Issue