GNU bug report logs -
#61638
[PATCH] gnu: guile-xyz: Add guile-gemini
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61638 in the body.
You can then email your comments to 61638 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61638
; Package
guix-patches
.
(Sun, 19 Feb 2023 19:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michal Atlas <michal_atlas+git <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 Feb 2023 19:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile-gemini): New variable
---
gnu/packages/guile-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 67b47581e5..b8710f1696 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4518,6 +4518,32 @@ (define-public guile-websocket
(home-page "https://dthompson.us/projects/guile-websocket.html")
(license license:lgpl3+)))
+(define-public guile-gemini
+ (package
+ (name "guile-gemini")
+ (version "0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/flatwhatson/guile-gemini")
+ (commit "6d70c5dc6b35c26103f560f7e63c770a424dbca2")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0rvqqirwsqn3nspr6z1smfp3rj7gc7hfq7cmadx7zxbr3yg5y04x"))))
+ (build-system guile-build-system)
+ (arguments
+ '(#:source-directory "src"))
+ (inputs (list guile-3.0-latest gnutls))
+ (propagated-inputs (list guile-fibers-1.1))
+ (home-page "https://github.com/flatwhatson/guile-gemini")
+ (synopsis "Guile implementation of the Gemini protocol")
+ (description
+ "Guile Gemini is an implementation of the Gemini protocol in Guile Scheme,
+providing both client and server functionality. It uses GnuTLS to meet
+Gemini's TLS requirements, and Guile Fibers for concurrency.")
+ (license license:lgpl3+)))
+
(define-public guile-rdf
(package
(name "guile-rdf")
base-commit: 636b771536b95d15a2fd68b468deeebac97d6bee
--
2.39.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 04 Mar 2023 17:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michal Atlas <michal_atlas+git <at> posteo.net>
:
bug acknowledged by developer.
(Sat, 04 Mar 2023 17:47:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 61638-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Michal,
Michal Atlas <michal_atlas+git <at> posteo.net> skribis:
> * gnu/packages/guile-xyz.scm (guile-gemini): New variable
Applied with the changes below.
Thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 2ed7a49dc8..ca5131c037 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4534,8 +4534,8 @@ (define-public guile-gemini
(build-system guile-build-system)
(arguments
'(#:source-directory "src"))
- (inputs (list guile-3.0-latest gnutls))
- (propagated-inputs (list guile-fibers-1.1))
+ (inputs (list guile-3.0-latest))
+ (propagated-inputs (list guile-fibers-1.1 guile-gnutls))
(home-page "https://github.com/flatwhatson/guile-gemini")
(synopsis "Guile implementation of the Gemini protocol")
(description
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 02 Apr 2023 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.