mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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
|
(inputs
|
||||||
(list grammalecte python))
|
(list grammalecte python))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-flycheck))
|
(list emacs-flycheck emacs-pkg-info))
|
||||||
(home-page "https://git.umaneti.net/flycheck-grammalecte/")
|
(home-page "https://git.umaneti.net/flycheck-grammalecte/")
|
||||||
(synopsis "Integrate Grammalecte with Flycheck")
|
(synopsis "Integrate Grammalecte with Flycheck")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue