This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7dd3a3240b gnu: emacs-flycheck-grammalecte: Add missing propagated
input.
7dd3a3240b is described below
commit 7dd3a3240ba3c64e51ea410aec4107679f666263
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Nov 15 14:18:16 2023 +0100
gnu: emacs-flycheck-grammalecte: Add missing propagated input.
* gnu/packages/emacs-xyz.scm
(emacs-flycheck-grammalecte)[propagated-inputs]:
Add EMACS-PKG-INFO.
Change-Id: Ic54be88146277a6838eb9b55eeab8c190d2a0c01
---
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 be7ffd1f37..8b5cdaff2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8393,7 +8393,7 @@ for Flow files.")
(inputs
(list grammalecte python))
(propagated-inputs
- (list emacs-flycheck))
+ (list emacs-flycheck emacs-pkg-info))
(home-page "https://git.umaneti.net/flycheck-grammalecte/")
(synopsis "Integrate Grammalecte with Flycheck")
(description