about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-03-16 15:20:53 +0000
committerArun Isaac2026-03-16 15:20:53 +0000
commitc294716cf635336208f0f254e5dce4ddf147a63e (patch)
treef1913bd740402f0e111fbae65a276b949004dbf7
parentb6fc7926018a12a1f4f6f1a346fc105b443cd9f3 (diff)
downloadrun64-c294716cf635336208f0f254e5dce4ddf147a63e.tar.gz
run64-c294716cf635336208f0f254e5dce4ddf147a63e.tar.lz
run64-c294716cf635336208f0f254e5dce4ddf147a63e.zip
Use (ice-9 match) instead of (chibi match) in guile.
-rwxr-xr-xguile-pre-inst-env2
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
 
-(use-modules (chibi match))
+(use-modules (ice-9 match))
 
 (define (prepend-path-env! name . values)
   (setenv name (string-join (append values