[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

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(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
Nicolas Goaziou wrote 3 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53278@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53278
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help