[PATCH] gnu: emacs-consult: Remove propagated-inputs.

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal
A
A
Aleksandr Vityazev wrote on 15 Jan 2022 08:46
(address . guix-patches@gnu.org)
71e09e7dfe64307f9ec562fb6a58253d7500cceb.1642232614.git.avityazev@posteo.org
* 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.
---
gnu/packages/emacs-xyz.scm | 2 --
1 file changed, 2 deletions(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f7022d1f34..c5cb07e16e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8249,8 +8249,6 @@ (define-public emacs-consult
(base32 "051fjp03lj3b5kkzpdhk78g2lj37v973q0f012zld1n6937srj6h"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
- (propagated-inputs
- (list emacs-flycheck emacs-selectrum))
(home-page "https://github.com/minad/consult")
(synopsis "Consulting completing-read")
(description "This package provides various handy commands based on the
--
2.34.0



--

Aleksandr Vityazev
N
N
Nicolas Goaziou wrote on 15 Jan 2022 21:30
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 53278-done@debbugs.gnu.org)
875yqk3fnw.fsf@nicolasgoaziou.fr
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

Toggle quote (7 lines)
> * 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.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?