From c294716cf635336208f0f254e5dce4ddf147a63e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 16 Mar 2026 15:20:53 +0000 Subject: Use (ice-9 match) instead of (chibi match) in guile. --- guile-pre-inst-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guile-pre-inst-env b/guile-pre-inst-env index a723e5f..c38629b 100755 --- a/guile-pre-inst-env +++ b/guile-pre-inst-env @@ -18,7 +18,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with run64. If not, see . -(use-modules (chibi match)) +(use-modules (ice-9 match)) (define (prepend-path-env! name . values) (setenv name (string-join (append values -- cgit 1.4.1