aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 583b902361..84592f6041 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,16 +96,12 @@ m4_pattern_forbid([^GUIX_])
dnl Search for 'guile' and 'guild'. This macro defines
dnl 'GUILE_EFFECTIVE_VERSION'.
-GUILE_PKG([3.0 2.2])
+GUILE_PKG([3.0])
GUILE_PROGS
if test "x$GUILD" = "x"; then
AC_MSG_ERROR(['guild' binary not found; please check your Guile installation.])
fi
-if test "x$GUILE_EFFECTIVE_VERSION" = "x2.2"; then
- PKG_CHECK_MODULES([GUILE], [guile-2.2 >= 2.2.6])
-fi
-
dnl Get CFLAGS and LDFLAGS for libguile.
GUILE_FLAGS
d> 2023-04-19gnu: python-setuptools-scm: Update to 7.1.0....* gnu/packages/python-build.scm (python-setuptools-scm): Update to 7.1.0. [arguments]: Disable tests. [propagated-inputs]: Add python-typing-extensions. Remove input labels. Maxim Cournoyer 2023-04-19gnu: python-typing-extensions: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-typing-extensions): Move to... * gnu/packages/python-build.scm (python-typing-extensions): ... here. Maxim Cournoyer 2023-04-19gnu: python-flit-core-bootstrap: Update to 3.8.0....* gnu/packages/python-build.scm (python-flit-core-bootstrap): Update to 3.8.0. [home-page]: Update URL. Maxim Cournoyer 2023-04-19gnu: python-poetry-core: Update to 1.5.2....* gnu/packages/python-build.scm (python-poetry-core): Update to 1.5.2. [source]: Adjust URL. [build-system]: Use pyproject-build-system. [arguments]: New field. Maxim Cournoyer 2023-04-19gnu: python-pep517-bootstrap: Add TODO comment....* gnu/packages/python-build.scm (python-pep517-bootstrap): Add TODO comment. Maxim Cournoyer 2023-04-19gnu: python-wheel: Update to 0.40.0....* gnu/packages/python-build.scm (python-wheel): Update to 0.40.0. [home-page]: Update URL. Maxim Cournoyer 2023-04-19gnu: python-setuptools: Update to 67.6.1....* gnu/packages/python-build.scm (python-setuptools): Update to 67.6.1. Maxim Cournoyer 2023-04-19gnu: python-pip: Update to 23.1....* gnu/packages/python-build.scm (python-pip): Update to 23.1. Maxim Cournoyer 2023-04-19gnu: python-tomli-w: Use pyproject-build-system....* gnu/packages/python-build.scm (python-tomli-w) [build-system]: Use pyproject-build-system. [arguments]: Remove #:phases arguments. Maxim Cournoyer 2023-04-19gnu: python-tomli: Update to 2.0.1....* gnu/packages/python-build.scm (python-tomli): Update to 2.0.1. [build-system]: Use pyproject-build-system. [arguments]: Remove build and install phase overrides. Add add-self-to-path. [native-inputs]: Remove python-pypa-build and input labels. Maxim Cournoyer 2023-04-19gnu: python-pathspec: Update to 0.11.1....* gnu/packages/python-build.scm (python-pathspec): Update to 0.11.1. [home-page]: Update URL. Maxim Cournoyer 2023-04-19gnu: Add python-trove-classifiers....* gnu/packages/python-build.scm (python-trove-classifiers): New variable. Maxim Cournoyer 2023-04-19gnu: python-xyz: Move some packages to (gnu packages python-build)....This is to prepare for the new 'python-hatchling' build package, which has these dependencies. * gnu/packages/python-xyz.scm (python-pathspec, python-pluggy): Move to... * gnu/packages/python-build.scm: ... here. Re-organize definitions a bit, with comments. Maxim Cournoyer 2023-01-07gnu: python-setuptools: Add 57.5.0....* gnu/packages/python-build.scm (python-setuptools-57): New variable. Marius Bakke 2022-10-27gnu: python-pip: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-pip): Move from here ... * gnu/packages/python-build.scm (python-pip): ... to here. Marius Bakke 2022-10-27gnu: python-setuptools: Move to python-build....* gnu/packages/python-xyz.scm (python-setuptools): Move… * gnu/packages/python-build.scm: …here. * gnu/packages/chemistry.scm, gnu/packages/messaging.scm, gnu/packages/sequoia.scm, tests/lint.scm: Adjust module imports accordingly. Co-authored-by: Marius Bakke <marius@gnu.org> Lars-Dominik Braun 2022-09-24gnu: Add python-editables....* gnu/packages/python-build.scm (python-editables): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Garek Dyszel