gnu: emacs-consult: Remove propagated-inputs.
* gnu/packages/emacs-xyz (emacs-consult): [propagated-inputs]: Remove emacs-flycheck, there is currently no consult-flycheck.el file in the consult.el repository. consult-flycheck.el is stored in its own repository. Remove emacs-selectrum, an optional dependency. Not required for successful compilation. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
131e243546
commit
1690d2eca9
|
@ -8249,8 +8249,6 @@ style, or as multiple word prefixes.")
|
||||||
(base32 "051fjp03lj3b5kkzpdhk78g2lj37v973q0f012zld1n6937srj6h"))
|
(base32 "051fjp03lj3b5kkzpdhk78g2lj37v973q0f012zld1n6937srj6h"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
|
||||||
(list emacs-flycheck emacs-selectrum))
|
|
||||||
(home-page "https://github.com/minad/consult")
|
(home-page "https://github.com/minad/consult")
|
||||||
(synopsis "Consulting completing-read")
|
(synopsis "Consulting completing-read")
|
||||||
(description "This package provides various handy commands based on the
|
(description "This package provides various handy commands based on the
|
||||||
|
|
Reference in New Issue