GNU bug report logs - #72114
[PATCH] gnu: Add emacs-flycheck-clj-kondo

Previous Next

Package: guix-patches;

Reported by: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>

Date: Sun, 14 Jul 2024 15:24:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 72114 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72114; Package guix-patches. (Sun, 14 Jul 2024 15:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sun, 14 Jul 2024 15:24:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-flycheck-clj-kondo
Date: Sun, 14 Jul 2024 18:23:33 +0300
* gnu/packages/emacs-xyz.scm (emacs-flycheck-clj-kondo): New variable.

Change-Id: Idc97832c7d3ae546152cb9458b07724e154bcb27
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b0d4c17cd..23e9520d8a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2793,6 +2793,30 @@ (define-public emacs-flycheck
 provides an optional IDE-like error list.")
     (license license:gpl3+)))                     ;+GFDLv1.3+ for the manual
 
+(define-public emacs-flycheck-clj-kondo
+  (package
+    (name "emacs-flycheck-clj-kondo")
+    (version "0.0.4-snapshot")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/borkdude/flycheck-clj-kondo.git")
+             (commit "e38c67ba9db1ea1cbe1b61ab39b506c05efdcdbf")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1pxlb8axgmc8cw4id40z576kd041qb1irq8rkjn6xbda585ix58f"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-flycheck))
+    (home-page "https://github.com/borkdude/flycheck-clj-kondo")
+    (synopsis "Add clj-kondo linter to flycheck")
+    (description
+     "This package integrates clj-kondo with Emacs via flycheck.  To use it, add to
+your init.el: (require flycheck-clj-kondo) Make sure the clj-kondo binary is on
+your path.  For installation instructions, see
+https://github.com/borkdude/clj-kondo.")
+    (license license:gpl3+)))
+
 (define-public emacs-fb2-reader
   (let ((commit "9836db284749e0cef4c43c2cb5358c82ae9b8589")) ; version bump
     (package

base-commit: bcd627f58e74ce44cc96a9aac37c6d9e9e3c0dcc
prerequisite-patch-id: a806956c71c0cff17c07a84b45beded622ad41c2
prerequisite-patch-id: da033fc5dfae84475ce82d7ba2b55a2baef5d385
-- 
2.45.2





This bug report was last modified 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.