all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 54093@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#54093] [PATCH] gnu: Add emacs-sink-el.
Date: Mon, 21 Feb 2022 15:36:45 -0500	[thread overview]
Message-ID: <20220221203644.13746-1-jgart@dismail.de> (raw)

* gnu/packages/emacs-xyz.scm (emacs-sink-el): New variable.
---

Hi Guixers,

Let me know if you think this is ready for upstream.

I have it packaged as a pre-release in Guix 'R Us.

all best,

jgart

gemini://whereis.xn--q9jyb4c/
https://whereis.xn--q9jyb4c/

 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b909b8d0d..dc2bd198e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30677,6 +30677,30 @@ (define-public emacs-alsamixer-el
 audio volume via amixer.")
     (license license:gpl3+)))
 
+(define-public emacs-sink-el
+  (let ((commit "d64ee23df974851352c48d17eeeb9376c40779a9")
+        (revision "0"))
+    (package
+      (name "emacs-sink-el")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/alcah/sink.el")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1bshm19cbsjn100nfjz2anmpgp9yml88701nfdal9a2b7g6dr5x9"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/alcah/sink.el")
+      (synopsis "Receive messages from Plan9's plumber in Emacs")
+      (description
+"@code{sink.el} provides a global minor mode allowing Emacs to receive and
+respond to messages from the Plan9 plumber via its ports interface.")
+      (license license:unlicense))))
+
 (define-public emacs-fennel-mode
   (package
     (name "emacs-fennel-mode")
-- 
2.35.1





             reply	other threads:[~2022-02-21 20:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-21 20:36 jgart via Guix-patches via [this message]
2022-02-22 10:40 ` [bug#54093] [PATCH] gnu: Add emacs-sink-el Nicolas Goaziou
2022-02-22 19:55   ` jgart via Guix-patches via
2022-07-07 20:14     ` bug#54093: " Maxim Cournoyer

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220221203644.13746-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=54093@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.