This is necessary to make use of the suspendable-ports feature.
* configure.ac: Update PKG_CHECK_MODULES to use guile-2.2.
* package.scm: Update package's native-inputs to use guile-next.
AC_INIT([8sync], [0.2.0], [cwebber@dustycloud.org])
-PKG_CHECK_MODULES([GUILE], [guile-2.0])
+PKG_CHECK_MODULES([GUILE], [guile-2.2])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
(build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)
- ("guile" ,guile-2.0)
+ ("guile" ,guile-next)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(arguments