unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51585] [PATCH] gnu: Add emacs-flymake-flycheck.
@ 2021-11-03 14:02 Tom Fitzhenry
  2021-11-12 22:51 ` bug#51585: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Fitzhenry @ 2021-11-03 14:02 UTC (permalink / raw)
  To: 51585

* gnu/packages/emacs-xyz.scm (emacs-flymake-flycheck): New variable.
---
  gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
  1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 543ce6303a..8253d7d562 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1586,6 +1586,29 @@ (define-public emacs-flycheck
  provides an optional IDE-like error list.")
        (license license:gpl3+))))                     ;+GFDLv1.3+ for 
the manual

+(define-public emacs-flymake-flycheck
+  (package
+    (name "emacs-flymake-flycheck")
+    (version "20210404.2128")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://melpa.org/packages/flymake-flycheck-"
+             version
+             ".el"))
+       (sha256
+        (base32 "1m59ahd5gjlfwf328labwdlpcxh8ywywkwgfrlsy5jyxfc9ss4nv"))))
+    (build-system emacs-build-system)
+    (propagated-inputs `(("emacs-flycheck" ,emacs-flycheck)))
+    (home-page "https://github.com/purcell/flymake-flycheck")
+    (synopsis "Use flycheck checkers as flymake backends")
+    (description
+     "This package provides support for running any flycheck checker as a
+flymake diagnostic backend.  The effect is that flymake will
+control when the checker runs, and flymake will receive its errors.")
+    (license license:gpl3)))
+
  (define-public emacs-flymake-quickdef
    ;; This particular commit includes bug fixes on top of 1.0.0 release.
    (let ((version "1.0.0")
-- 
2.33.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51585: [PATCH] gnu: Add emacs-flymake-flycheck.
  2021-11-03 14:02 [bug#51585] [PATCH] gnu: Add emacs-flymake-flycheck Tom Fitzhenry
@ 2021-11-12 22:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-11-12 22:51 UTC (permalink / raw)
  To: Tom Fitzhenry; +Cc: 51585-done

Hi,

Tom Fitzhenry <tom@tom-fitzhenry.me.uk> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-flymake-flycheck): New variable.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-12 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 14:02 [bug#51585] [PATCH] gnu: Add emacs-flymake-flycheck Tom Fitzhenry
2021-11-12 22:51 ` bug#51585: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).