mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 17:16:01 +02:00
5e111f9999
* gnu/packages/patches/chez-irregex-import-cond-expand.patch: New file. * gnu/local.mk (dist_patch_DATA): New entry for chez-irregex-import-cond-expand.patch. * gnu/packages/chez.scm (chez-irregex): Update to 0.9.11. [source]: Switch to the original upstream and apply the patch. [arguments]<#:test-target><#:tests?>: Disable test since it's not available in Chez. <#:phases>: In phase 'configure', setup CHEZSCHEMELIBDIRS environment variable. In phase 'build', run 'make chez-build'. In phase 'install', run 'make chez-install'. [home-page]: Switch to the original homepage. Change-Id: I1da16657cc41d278803c20ef7d674a8fdc928c00 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
35 lines
1.0 KiB
Diff
35 lines
1.0 KiB
Diff
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)
|