unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42999] [PATCH] gnu: Added guile-srfi-145.
@ 2020-08-23 18:56 Martin Becze
  2020-08-23 21:36 ` bug#42999: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Becze @ 2020-08-23 18:56 UTC (permalink / raw)
  To: 42999; +Cc: Martin Becze

* gnu/packages/guile-xyz.scm (guile-srfi-145): New variable.
---
 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 7f7b8f0ee0..b8c104993f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2803,6 +2803,30 @@ pre-alpha code.")
 parameters, which  define* and lambda* special forms")
     (license license:gpl3+)))
 
+(define-public guile-srfi-145
+  (package
+    (name "guile-srfi-145")
+    (version "0.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/mjbecze/guile-srfi-145.git")
+             (commit version)))
+       (sha256
+         (base32
+           "1gssa8cmcp8640fil9z8dpil8v5l279wlalqjcx3fls5jwv13q1b"))
+       (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-145")
+    (synopsis "SRFI-145 port for Guile")
+    (description
+     "This package provides SRFI-145.  This provides the means to
+denote the invalidity of certain code paths in a Scheme program.")
+    (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#42999: [PATCH] gnu: Added guile-srfi-145.
  2020-08-23 18:56 [bug#42999] [PATCH] gnu: Added guile-srfi-145 Martin Becze
@ 2020-08-23 21:36 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-08-23 21:36 UTC (permalink / raw)
  To: Martin Becze; +Cc: 42999-done

On Sun, Aug 23, 2020 at 01:56:39PM -0500, Martin Becze wrote:
> * gnu/packages/guile-xyz.scm (guile-srfi-145): New variable.

Thanks! Pushed as 7afbaefea0888d0bf083051d46da88e347573838




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23 18:56 [bug#42999] [PATCH] gnu: Added guile-srfi-145 Martin Becze
2020-08-23 21:36 ` bug#42999: " 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).