mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: emacs-corfu: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-corfu)[arguments]<#:phases>: Remove OUTPUTS argument.
This commit is contained in:
parent
e71333460e
commit
eb0763e61e
1 changed files with 1 additions and 1 deletions
|
@ -4234,7 +4234,7 @@ (define-public emacs-corfu
|
|||
(rename-file f (basename f)))
|
||||
el-files))))
|
||||
(add-after 'install 'makeinfo
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(lambda _
|
||||
(invoke "emacs"
|
||||
"--batch"
|
||||
"--eval=(require 'ox-texinfo)"
|
||||
|
|
Loading…
Reference in a new issue