1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 Sharlatan Hellseher
parent 6bbab77013
commit 22ea4d264b

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