[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/17: gnu: emacs-marginalia: Remove an unused argument in a phase.
From: |
guix-commits |
Subject: |
09/17: gnu: emacs-marginalia: Remove an unused argument in a phase. |
Date: |
Wed, 5 Jul 2023 18:48:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 43d84e8e74db4f3afc69dc48b4d39401f2a9a04e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 5 23:26:25 2023 +0200
gnu: emacs-marginalia: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-marginalia)[arguments]<#:phases>:
Remove OUTPUTS argument.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7dd3d1493b..bc4767cfe0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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)"
- branch master updated (ff23e34f56 -> 3eb2771784), guix-commits, 2023/07/05
- 01/17: gnu: emacs-cape: Update to 0.16., guix-commits, 2023/07/05
- 02/17: gnu: emacs-cape: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 05/17: gnu: emacs-consult: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 03/17: gnu: emacs-clj-refactor: Update to 3.7.0., guix-commits, 2023/07/05
- 04/17: gnu: emacs-consult: Update to 0.35., guix-commits, 2023/07/05
- 06/17: gnu: emacs-corfu: Update to 0.37., guix-commits, 2023/07/05
- 09/17: gnu: emacs-marginalia: Remove an unused argument in a phase.,
guix-commits <=
- 07/17: gnu: emacs-corfu: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 08/17: gnu: emacs-marginalia: Update to 1.3., guix-commits, 2023/07/05
- 11/17: gnu: emacs-tempel: Update to 0.8., guix-commits, 2023/07/05
- 14/17: gnu: guile-jsonld: Fix build., guix-commits, 2023/07/05
- 15/17: gnu: guile-jsonld: Improve package style., guix-commits, 2023/07/05
- 12/17: gnu: emacs-vertico: Update to 1.4., guix-commits, 2023/07/05
- 16/17: gnu: Add passwdqc., guix-commits, 2023/07/05
- 13/17: gnu: emacs-vertico: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 10/17: gnu: emacs-osm: Update to 0.13., guix-commits, 2023/07/05
- 17/17: gnu: python-pikepdf: Update to 7.2.0., guix-commits, 2023/07/05