~ruther/guix-local

ref: 64668f7c15fa639831209f25e313c99a1047de7b guix-local/gnu/packages/patches/chez-irregex-import-cond-expand.patch -rw-r--r-- 1.0 KiB
64668f7c — Rutherther etc: release: Add spare space to the release VM image. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 6b2512d9004856a67aad241a62a499244b3eb33f Mon Sep 17 00:00:00 2001
From: Andre Kuehne <andre.kuehne.77@gmail.com>
Date: Sat, 1 Jun 2024 18:34:46 +0200
Subject: [PATCH] fix chezscheme: import (srfi :0 cond-expand)

---
 irregex-utils.chezscheme.sls | 1 +
 irregex.chezscheme.sls       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/irregex-utils.chezscheme.sls b/irregex-utils.chezscheme.sls
index 456d9a6..b8f2c28 100644
--- a/irregex-utils.chezscheme.sls
+++ b/irregex-utils.chezscheme.sls
@@ -31,6 +31,7 @@
    irregex-opt
    sre->string)
   (import 
+    (srfi :0 cond-expand)
     (except (rnrs) error find filter remove)
     (only (chezscheme) include get-output-string open-output-string)
     (irregex)
diff --git a/irregex.chezscheme.sls b/irregex.chezscheme.sls
index f23c3ea..55f0669 100644
--- a/irregex.chezscheme.sls
+++ b/irregex.chezscheme.sls
@@ -66,6 +66,7 @@
     irregex-split
     sre->cset)
   (import 
+    (srfi :0 cond-expand)
     (except (rnrs) error find filter remove)
     (rnrs r5rs)
     (rnrs mutable-pairs)