GNU bug report logs - #54093
[PATCH] gnu: Add emacs-sink-el.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Mon, 21 Feb 2022 20:48:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#54093: closed (Re: bug#54093: [PATCH] gnu: Add emacs-sink-el.)
Date: Thu, 07 Jul 2022 20:15:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54093: [PATCH] gnu: Add emacs-sink-el.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54093 <at> debbugs.gnu.org.

-- 
54093: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54093
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: jgart <jgart <at> dismail.de>
Cc: 54093-done <at> debbugs.gnu.org, Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: Re: bug#54093: [PATCH] gnu: Add emacs-sink-el.
Date: Thu, 07 Jul 2022 16:14:23 -0400
Hi jgart,

jgart <jgart <at> dismail.de> writes:

> On Tue, 22 Feb 2022 11:40:25 +0100 Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:
>> This relies on the "9p" executable, but I don't think we packaged it so
>> far. If we do, it should be provided as an input.
>> WDYT?
>
> Sounds good to me. 
>
> 9p comes from:
>
> https://github.com/9fans/plan9port/blob/master/src/cmd/9p.c
>
> I'll try to package that soon.

OK.  Please send a new submission when you get around to it.  Closing
for now.

Thank you!

Maxim

[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add emacs-sink-el.
Date: Mon, 21 Feb 2022 15:36:45 -0500
* 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




This bug report was last modified 3 years and 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.