From d0d90d095607710a46dcae450205c58877a8f1ca Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Fri, 11 Feb 2022 10:22:19 -0500 Subject: [PATCH] Support Guile 3.0. * configure.ac (GUILE_PKG): Add '3.0'. * guix.scm: Use 'guile-3.0' for the Gash package. --- configure.ac | 2 +- guix.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b2813a9..9c4bbd2 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests silent-rules -Wall -Werror]) AM_SILENT_RULES([yes]) -GUILE_PKG([2.2 2.0]) +GUILE_PKG([3.0 2.2 2.0]) GUILE_PROGS AC_ARG_VAR([GUILD], [guild (Guile compiler) command]) diff --git a/guix.scm b/guix.scm index d265fae..5786994 100644 --- a/guix.scm +++ b/guix.scm @@ -90,7 +90,7 @@ ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) (inputs - `(("guile" ,guile-2.2))) + `(("guile" ,guile-3.0))) (home-page "https://savannah.nongnu.org/projects/gash/") (synopsis "POSIX-compatible shell written in Guile Scheme") (description "Gash is a POSIX-compatible shell written in Guile