unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48821] [PATCH] gnu: Add emacs-anakondo.
@ 2021-06-03 21:43 Alexandr Vityazev
  2021-06-05 12:12 ` bug#48821: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandr Vityazev @ 2021-06-03 21:43 UTC (permalink / raw)
  To: 48821

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f7d190da56..8900345e40 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28355,3 +28355,28 @@ files and buffers, and regex matches against diagnostic output. ")
       (description
        "This package provides yasnippets snippets for Clojure.")
       (license license:gpl3+))))
+
+(define-public emacs-anakondo
+  (let ((version "0.2")
+        (revision "0")
+        (commit "c48518560815c49d8d78fb9069906d17e883385e"))
+    (package
+      (name "emacs-anakondo")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/didibus/anakondo")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1fzsqd150gpmrj8kz3zy9cd78x9vank7ra720mljhyf04z0h1mj6"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/didibus/anakondo")
+      (synopsis
+       "Adds clj-kondo based Clojure[Script] editing facilities")
+      (description
+       "This package makes use of clj-kondo's analysis data to provide code editing
+facilities related to Clojure, ClojureScript and cljc source.")
+      (license license:expat))))
-- 
2.31.1



-- 

Alexandr Vityazev




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

* bug#48821: [PATCH] gnu: Add emacs-anakondo.
  2021-06-03 21:43 [bug#48821] [PATCH] gnu: Add emacs-anakondo Alexandr Vityazev
@ 2021-06-05 12:12 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-06-05 12:12 UTC (permalink / raw)
  To: Alexandr Vityazev; +Cc: 48821-done

Hello,

Alexandr Vityazev <avityazev@posteo.org> writes:

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

Applied. Thank you.

> +(define-public emacs-anakondo
> +  (let ((version "0.2")

I changed this to "0.2.1", which is apparently the current version.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-06-05 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 21:43 [bug#48821] [PATCH] gnu: Add emacs-anakondo Alexandr Vityazev
2021-06-05 12:12 ` bug#48821: " Nicolas Goaziou

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).