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

etc: snippets: Update python to pyproject build system.

The snippets still refer to the outdated python-build-system which
should not be encouraged to use anymore.

* etc/snippets/yas/scheme-mode/guix-package (build-system): Replace
python-build-system with pyproject-build-system.

Merges guix/guix!7100

Change-Id: Ic7d4b298c922fbea75b0e2ae341fee8a5ab0543c
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
Gabriel Wicki
2026-03-13 11:35:42 +01:00
committed by Cayetano Santos
parent 706541d384
commit 75ea9cb664

View File

@@ -33,7 +33,7 @@
"node-build-system"
"ocaml-build-system"
"perl-build-system"
"python-build-system"
"pyproject-build-system"
"qt-build-system"
"r-build-system"
"rakudo-build-system"