unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: amirouche@hyper.dev
To: 35489@debbugs.gnu.org
Subject: [bug#35489] gnu: Add guile-r7rs.
Date: Mon, 29 Apr 2019 16:28:24 +0200	[thread overview]
Message-ID: <5b666322c02ae4a729763414d2f036d2@hyper.dev> (raw)

[-- 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


             reply	other threads:[~2019-04-29 15:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29 14:28 amirouche [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5b666322c02ae4a729763414d2f036d2@hyper.dev \
    --to=amirouche@hyper.dev \
    --cc=35489@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).