diff --git a/guix/build-system/pyproject.scm b/guix/build-system/pyproject.scm index 04f816f8e6..d8939a7fde 100644 --- a/guix/build-system/pyproject.scm +++ b/guix/build-system/pyproject.scm @@ -48,7 +48,7 @@ ;; Build-side modules imported by default. `((guix build pyproject-build-system) (guix build toml) - ,@%python-build-system-modules)) + ,@%default-gnu-imported-modules)) (define (default-python) "Return the default Python package, resolved lazily."