GNU bug report logs -
#54093
[PATCH] gnu: Add emacs-sink-el.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 07 Jul 2022 16:14:23 -0400
with message-id <871quwy928.fsf_-_ <at> gmail.com>
and subject line Re: bug#54093: [PATCH] gnu: Add emacs-sink-el.
has caused the debbugs.gnu.org bug report #54093,
regarding [PATCH] gnu: Add emacs-sink-el.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
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
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.