all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Martin Marshall <law@martinmarshall.com>
To: 59473@debbugs.gnu.org
Subject: [bug#59473] [PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck
Date: Mon, 21 Nov 2022 22:57:04 -0500	[thread overview]
Message-ID: <874jurbp4t.fsf@martinmarshall.com> (raw)

Greetings, package was installing `emacs-flycheck' but has no dependency
on it.  (Uses Emacs built-in, Flymake, instead.)

Best regards,
Martin Marshall

* 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.
---
 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 754d2e3cb8..4e4e954865 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6958,7 +6958,7 @@ (define-public emacs-flymake-proselint
       (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 @@ (define-public emacs-flymake-proselint
                   (("\"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+))))
-- 
2.38.1




             reply	other threads:[~2022-11-22  5:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22  3:57 Martin Marshall [this message]
2022-11-22 17:50 ` bug#59473: [PATCH] gnu: emacs-flymake-proselint: Remove references to flycheck Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jurbp4t.fsf@martinmarshall.com \
    --to=law@martinmarshall.com \
    --cc=59473@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.