GNU bug report logs -
#48820
[PATCH] gnu: Add emacs-clojure-snippets.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 05 Jun 2021 14:01:50 +0200
with message-id <875yysed01.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#48820] [PATCH] gnu: Add emacs-clojure-snippets.
has caused the debbugs.gnu.org bug report #48820,
regarding [PATCH] gnu: Add emacs-clojure-snippets.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
48820: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48820
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-clojure-snippets): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1892d06960..f7d190da56 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28328,3 +28328,30 @@ files and buffers, and regex matches against diagnostic output. ")
(description
"This package adds Clojure syntax checker clj-kondo. ")
(license license:gpl3+))))
+
+(define-public emacs-clojure-snippets
+ (let ((version "1.0.1")
+ (revision "0")
+ (commit "6068dca90467a0f4ebc2cd39338a173d6f5ddc04"))
+ (package
+ (name "emacs-clojure-snippets")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mpenet/clojure-snippets")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vvadcydpsz4b17dlm1jd4fbddzfqibh3mlzv3k4gvp67vv10cqy"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:include (cons* "^.*\\/" %default-include)))
+ (propagated-inputs
+ `(("emacs-yasnippet" ,emacs-yasnippet)))
+ (home-page "https://github.com/mpenet/clojure-snippets")
+ (synopsis "Yasnippets for Clojure")
+ (description
+ "This package provides yasnippets snippets for Clojure.")
+ (license license:gpl3+))))
--
2.31.1
--
Alexandr Vityazev
[Message part 3 (message/rfc822, inline)]
Hello,
Alexandr Vityazev <avityazev <at> posteo.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-clojure-snippets): New variable.
I applied your patch. Thank you.
Please do not add new package definitions at the end of the file,
because this location is more likely to introduce merge conflicts, like
this time.
I also added a comment explaining why we're not using the latest tagged
release.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 348 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.