unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35489] gnu: Add guile-r7rs.
@ 2019-04-29 14:28 amirouche
  2019-05-01  1:16 ` [bug#35489] (no subject) amirouche
  2019-07-15 15:40 ` bug#35489: This is handled upstream in a dedicated channel Amirouche
  0 siblings, 2 replies; 3+ messages in thread
From: amirouche @ 2019-04-29 14:28 UTC (permalink / raw)
  To: 35489

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-guile-r7rs.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-guile-r7rs.patch, Size: 2417 bytes --]

From 06a0a886a03ef751eb068796a4aea37c57a6ebc6 Mon Sep 17 00:00:00 2001
From: Amirouche <amirouche+dev@hyper.dev>
Date: Mon, 29 Apr 2019 16:27:08 +0200
Subject: [PATCH] gnu: Add guile-r7rs.

* gnu/packages/guile-xyz.scm (guile-r7rs): New variable.
---
 gnu/packages/guile-xyz.scm | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 03fd63837e..d7866719b4 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2016 Eraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2016, 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@openmailbox.org>
-;;; Copyright © 2016 Amirouche <amirouche@hypermove.net>
+;;; Copyright © 2016, 2019 Amirouche Boubekki <amirouche@hyper.dev>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
 ;;; Copyright © 2017 David Thompson <davet@gnu.org>
@@ -1550,6 +1550,34 @@ microAdapton.  Both miniAdapton and microAdapton are designed to be easy to
 understand, extend, and port to host languages other than Scheme.")
       (license license:expat))))
 
+(define-public guile-r7rs
+  (let ((commit "ea053dc524abb5e9e0d0ea7fc2da364acd21d731"))
+    (package
+      (name "guile-r7rs")
+      (version "0.1.0")
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://git.sr.ht/~amz3/guile-r7rs")
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "0382flp13n9wgzhx8rrw4ldy2mac4mmzqij8zvclarc32d9mq0mp"))))
+      (build-system gnu-build-system)
+      (native-inputs
+       `(("autoconf" ,autoconf)
+         ("automake" ,automake)
+         ("pkg-config" ,pkg-config)))
+      (inputs
+       `(("guile" ,guile-2.2)))
+      (propagated-inputs
+       `(("guile-pfds" ,guile-pfds)))
+      (home-page "https://git.sr.ht/~amz3/guile-r7rs")
+      (synopsis "R7RS libraries for GNU Guile.")
+      (description "R7RS libraries for GNU Guile.")
+      (license license:lgpl3+))))
+
 (define-public guile-reader
   (package
     (name "guile-reader")
-- 
2.19.1


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

* [bug#35489] (no subject)
  2019-04-29 14:28 [bug#35489] gnu: Add guile-r7rs amirouche
@ 2019-05-01  1:16 ` amirouche
  2019-07-15 15:40 ` bug#35489: This is handled upstream in a dedicated channel Amirouche
  1 sibling, 0 replies; 3+ messages in thread
From: amirouche @ 2019-05-01  1:16 UTC (permalink / raw)
  To: 35489

Please put this patch on hold until #35518 is included somehow.


ref: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35518

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

* bug#35489: This is handled upstream in a dedicated channel
  2019-04-29 14:28 [bug#35489] gnu: Add guile-r7rs amirouche
  2019-05-01  1:16 ` [bug#35489] (no subject) amirouche
@ 2019-07-15 15:40 ` Amirouche
  1 sibling, 0 replies; 3+ messages in thread
From: Amirouche @ 2019-07-15 15:40 UTC (permalink / raw)
  To: 35489-done

see https://git.sr.ht/~amz3/guix-amz3-channel

<3

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

end of thread, other threads:[~2019-07-15 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29 14:28 [bug#35489] gnu: Add guile-r7rs amirouche
2019-05-01  1:16 ` [bug#35489] (no subject) amirouche
2019-07-15 15:40 ` bug#35489: This is handled upstream in a dedicated channel Amirouche

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).