guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-consult: Remove propagated-inputs.


From: guix-commits
Subject: branch master updated: gnu: emacs-consult: Remove propagated-inputs.
Date: Sat, 15 Jan 2022 15:30:25 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1690d2eca9 gnu: emacs-consult: Remove propagated-inputs.
1690d2eca9 is described below

commit 1690d2eca90d0b9cdba67b22f49749da4b2c99ec
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Sat Jan 15 07:46:57 2022 +0000

    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>
---
 gnu/packages/emacs-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

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 @@ style, or as multiple word prefixes.")
         (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]