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
This commit is contained in:
parent
f87c955725
commit
7dd3a3240b
1 changed files with 1 additions and 1 deletions
|
@ -8393,7 +8393,7 @@ (define-public emacs-flycheck-grammalecte
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue