From 039e7847d3cca6e7d14d0e1105aea7829f17dd04 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 16 Jul 2026 12:04:26 +0300 Subject: [PATCH] Install chez-srfi on R6RS tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 889f72b..41a833e 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ test-docker: testfiles COMPILE_R7RS=${SCHEME} \ CSC_OPTIONS="${CSC_OPTIONS}" \ SNOW_PACKAGES="srfi.64 foreign.c ${PKG}" \ - AKKU_PACKAGES="akku-r7rs '(foreign c)' '(retropikzel ${LIBRARY})'" \ + AKKU_PACKAGES="akku-r7rs chez-srfi '(foreign c)' '(retropikzel ${LIBRARY})'" \ APT_PACKAGES="${APT_PACKAGES}" \ PASS_ENV_VARS="CSC_OPTIONS" \ test-r7rs ${LIB_PATHS} -o test-program test.${SFX}