unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42864] [PATCH] gnu: Add guile-srfi-89
@ 2020-08-14 16:58 Martin Becze
  2020-08-14 21:22 ` bug#42864: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Becze @ 2020-08-14 16:58 UTC (permalink / raw)
  To: 42864; +Cc: Martin Becze

* gnu/packages/guile-xyz.scm (guile-srfi-89): New varible.
---
 gnu/packages/guile-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 2f5e745df6..7a61ae5830 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2778,6 +2778,30 @@ pre-alpha code.")
 (define-public guile3.0-gi
   (deprecated-package "guile3.0-gi" guile-gi))
 
+(define-public guile-srfi-89
+  (package
+    (name "guile-srfi-89")
+    (version "0.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+	     (url "https://gitlab.com/mjbecze/guile-srfi-89.git")
+	     (commit version)))
+       (sha256
+	(base32
+	 "1981c0rrzxqx3md9jx8ir7j3m2mzg9m72b33p5jvw36zirbzpl20"))
+       (file-name (git-file-name name version))))
+    (build-system guile-build-system)
+    (native-inputs
+     `(("guile" ,guile-3.0)))
+    (home-page "https://gitlab.com/mjbecze/guile-srfi-89")
+    (synopsis "A hygienic implementation of srfi-89 for guile")
+    (description
+     "This package provides srfi-89 optional positional and named
+parameters, which  define* and lambda* special forms")
+    (license license:gpl3+)))
+
 (define-public guile-srfi-159
   (let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb")
         (revision "0"))
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42864: [PATCH] gnu: Add guile-srfi-89
  2020-08-14 16:58 [bug#42864] [PATCH] gnu: Add guile-srfi-89 Martin Becze
@ 2020-08-14 21:22 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-08-14 21:22 UTC (permalink / raw)
  To: Martin Becze; +Cc: 42864-done

On Fri, Aug 14, 2020 at 11:58:55AM -0500, Martin Becze wrote:
> * gnu/packages/guile-xyz.scm (guile-srfi-89): New varible.

Thanks! I fixed the cosmetic issues reported by `guix lint` and pushed
as fb6b9f3b72d110c825f01823b9d00573fde68b0f




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-14 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14 16:58 [bug#42864] [PATCH] gnu: Add guile-srfi-89 Martin Becze
2020-08-14 21:22 ` bug#42864: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).