mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-vertico: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-vertico)[arguments]<#:phases>: Remove OUTPUTS argument.
This commit is contained in:
parent
d051570935
commit
7eba244d89
1 changed files with 1 additions and 1 deletions
|
@ -35901,7 +35901,7 @@ and preferred services can easily be configured.")
|
||||||
(rename-file f (basename f)))
|
(rename-file f (basename f)))
|
||||||
el-files))))
|
el-files))))
|
||||||
(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