guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add emacs-flymake-kondor.


From: guix-commits
Subject: 02/02: gnu: Add emacs-flymake-kondor.
Date: Sat, 5 Jun 2021 08:26:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 087fbcfe48e079d088a38714b0e5fc3c6bbac5d8
Author: Alexandr Vityazev <avityazev@posteo.org>
AuthorDate: Sat Jun 5 14:25:30 2021 +0200

    gnu: Add emacs-flymake-kondor.
    
    * gnu/packages/emacs-xyz.scm (emacs-flymake-kondor): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eee31f1..872d821 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1528,6 +1528,27 @@ provides an optional IDE-like error list.")
 boilerplate code from defining new Flymake backend functions.")
       (license license:gpl3+))))
 
+(define-public emacs-flymake-kondor
+  (package
+    (name "emacs-flymake-kondor")
+    (version "0.0.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/turbo-cafe/flymake-kondor";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0h8dqk35r10pxx2w4swb3kij4y2vi17j9wfk978x8lf0wd3h3hsy"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-flymake-quickdef" ,emacs-flymake-quickdef)))
+    (home-page "https://github.com/turbo-cafe/flymake-kondor";)
+    (synopsis "Linter with clj-kondo")
+    (description "This package adds Clojure syntax checker clj-kondo.")
+    (license license:gpl3+)))
+
 (define-public emacs-flymake-shellcheck
   ;; No tag, version grabbed from source .el file.
   (let ((commit "ac534e9ef15c82ac86ae65fe5004d29dbc8c92c7")



reply via email to

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