gnu: emacs-marginalia: Remove an unused argument in a phase.

* gnu/packages/emacs-xyz.scm (emacs-marginalia)[arguments]<#:phases>: Remove OUTPUTS argument.
This commit is contained in:
Nicolas Goaziou 2023-07-05 23:26:25 +02:00
parent 0e2871f94f
commit 43d84e8e74
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -11361,7 +11361,7 @@ expansion and overwriting the marked region with a new snippet completion.")
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'makeinfo
(lambda* (#:key outputs #:allow-other-keys)
(lambda _
(invoke "emacs"
"--batch"
"--eval=(require 'ox-texinfo)"