guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-flymake-proselint: Remove references t


From: guix-commits
Subject: branch master updated: gnu: emacs-flymake-proselint: Remove references to Flycheck.
Date: Tue, 22 Nov 2022 12:50:41 -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 eb5e650e09 gnu: emacs-flymake-proselint: Remove references to Flycheck.
eb5e650e09 is described below

commit eb5e650e09dd096c066278918456f3e989f7b9d9
Author: Martin Marshall <law@martinmarshall.com>
AuthorDate: Mon Nov 21 22:57:04 2022 -0500

    gnu: emacs-flymake-proselint: Remove references to Flycheck.
    
    * gnu/packages/emacs-xyz.scm (emacs-flymake-proselint): Remove references to
    flycheck.
    [source]: Correct URL path-name.
    [propagated-inputs]: Remove EMACS-FLYCHECK.
    [home-page]: Correct URL path-name.
    
    Package was installing EMACS-FLYCHECK but has no dependency on it.  It uses
    Emacs built-in, Flymake, instead.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13088885f2..eae2777e19 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6958,7 +6958,7 @@ files which are intended to be packages.")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url 
"https://git.sr.ht/~manuel-uberti/flycheck-proselint";)
+                      (url 
"https://git.sr.ht/~manuel-uberti/flymake-proselint";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
@@ -6975,11 +6975,9 @@ files which are intended to be packages.")
                   (("\"proselint\"")
                    (string-append
                     "\"" (search-input-file inputs "/bin/proselint") 
"\""))))))))
-      (propagated-inputs
-       (list emacs-flycheck))
       (inputs
        (list python-proselint))
-      (home-page "https://git.sr.ht/~manuel-uberti/flycheck-proselint";)
+      (home-page "https://git.sr.ht/~manuel-uberti/flymake-proselint";)
       (synopsis "Flymake backend for @code{proselint}")
       (description "This package adds support for @code{proselint} in 
Flymake.")
       (license license:gpl3+))))



reply via email to

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