GNU bug report logs -
#61638
[PATCH] gnu: guile-xyz: Add guile-gemini
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#61638: [PATCH] gnu: guile-xyz: Add guile-gemini
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 61638 <at> debbugs.gnu.org.
--
61638: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61638
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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 4 (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
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 2 years and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.