mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-consult: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-consult)[arguments]<#:phases>: Remove OUTPUTS argument.
This commit is contained in:
parent
63b6885bcc
commit
fd2a3a20d0
1 changed files with 1 additions and 1 deletions
|
@ -11121,7 +11121,7 @@ style, or as multiple word prefixes.")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'install 'makeinfo
|
(add-after 'install 'makeinfo
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda _
|
||||||
(invoke "emacs"
|
(invoke "emacs"
|
||||||
"--batch"
|
"--batch"
|
||||||
"--eval=(require 'ox-texinfo)"
|
"--eval=(require 'ox-texinfo)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue