build-system: pyproject: Remove reference to python-build-system.

* guix/build-system/pyproject.scm (%pyproject-build-system-modules):
Replace %python-build-system-modules by %default-gnu-imported-modules.

Change-Id: Ifee0564b61d15a022dc22afe437567d86034c81b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-15 10:24:43 +01:00
committed by Andreas Enge
parent ce09db146c
commit 33b2bd410c

View File

@@ -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."