From: Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
To: 71834@debbugs.gnu.org
Cc: Daniel Szmulewicz <daniel.szmulewicz@gmail.com>,
Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#71834] [PATCH] gnu: Add emacs-meyvn
Date: Sat, 29 Jun 2024 03:12:27 +0300 [thread overview]
Message-ID: <2dbf0c10e3cc313e3bc983611bd8036c3bcf4e1b.1719619608.git.daniel.szmulewicz@gmail.com> (raw)
* gnu/packages/emacs-xyz.scm (emacs-meyvn): New variable.
Change-Id: I6a440e6917c77e098cc9101cba7dd14942b93c5b
---
gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 903c22bbcb..40c5cd8538 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -142,6 +142,8 @@
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2024 Noé Lopez <noelopez@free.fr>
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
+;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
+
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1860,6 +1862,36 @@ (define-public emacs-mct
(license (list license:gpl3+
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
+(define-public emacs-meyvn
+ (package
+ (name "emacs-meyvn")
+ (version "20231213.230")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/danielsz/meyvn-el.git")
+ (commit "3afb0a4283afd4f63ef7fdd48eb5da972421fd7a")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1flxvaj8j5kg4r0cvns8z1xixgvsavq1i27z28j97m8dmndihihf"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-cider
+ emacs-projectile
+ emacs-s
+ emacs-dash
+ emacs-parseedn
+ emacs-parseclj
+ emacs-geiser))
+ (home-page "https://github.com/danielsz/meyvn-el")
+ (synopsis "Meyvn client")
+ (description
+ "This package provides an Emacs client for the Meyvn build tool,
+https://meyvn.org To use this package, simply add the following code snippet in
+your init.el Changelog: Kawa Geiser support. (add-hook cider-mode-hook
+#'meyvn-setup).")
+ (license license:gpl3+)))
+
(define-public emacs-fzf
(let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
(revision "0"))
base-commit: 385fb14f6482a955fbef4d4b21fccb3473beddd8
--
2.45.1
next reply other threads:[~2024-06-29 13:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-29 0:12 Daniel Szmulewicz [this message]
2024-06-30 20:08 ` bug#71834: Close Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2dbf0c10e3cc313e3bc983611bd8036c3bcf4e1b.1719619608.git.daniel.szmulewicz@gmail.com \
--to=daniel.szmulewicz@gmail.com \
--cc=71834@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).