[PATCH] gnu: Add emacs-carp.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Nicolas Goaziou
Owner
unassigned
Submitted by
jgart
Severity
normal
J
J
jgart wrote on 4 Dec 2022 08:29
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20221204072927.27941-1-jgart@dismail.de
* gnu/packages/emacs-xyz.scm (emacs-carp): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

Toggle diff (38 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4dd813f919..746e581a36 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2977,6 +2977,31 @@ (define-public emacs-beacon
shine on top of your cursor so you know where it is.")
(license license:gpl3+)))
+(define-public emacs-carp
+ (let ((commit "17d3d84963434233997626850195f205882bf0df")
+ (revision "0"))
+ (package
+ (name "emacs-carp")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/carp-lang/carp-emacs")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "0mn4mg94hzzwb54kikg4c6hvf9ka15f2nz95g0clmn8r0mvkj4d5"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-flycheck emacs-clojure-mode))
+ (home-page "https://github.com/carp-lang/carp-emacs")
+ (synopsis "Emacs support for Carp")
+ (description
+ "This package provides syntax highlighting, a minor mode for
+listing type errors via flycheck, as well as REPL support for Carp.")
+ (license license:asl2.0))))
+
(define-public emacs-counsel-bbdb
(package
(name "emacs-counsel-bbdb")
--
2.38.1
N
N
Nicolas Goaziou wrote on 10 Dec 2022 09:17
(name . jgart via Guix-patches via)(address . guix-patches@gnu.org)
874ju3k708.fsf@nicolasgoaziou.fr
Hello,

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-carp): New variable.

I reordered alphabetically propagated inputs and applied the patch.
Thank you.

Regards,
--
Nicolas Goaziou
?