summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Wicki <gabriel@erlikon.ch>2026-03-13 11:35:42 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-13 20:50:13 +0100
commit75ea9cb664afb577ab992aeed2fc1399434e550c (patch)
tree8ed63bfe86544b50999e0b4b1723dfd2b0bdec60
parent706541d384f5a2ee5ad3cd88909d22c0c13c4c27 (diff)
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>
-rw-r--r--etc/snippets/yas/scheme-mode/guix-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/snippets/yas/scheme-mode/guix-package b/etc/snippets/yas/scheme-mode/guix-package
index 3bb63076590..1337d5453f2 100644
--- a/etc/snippets/yas/scheme-mode/guix-package
+++ b/etc/snippets/yas/scheme-mode/guix-package
@@ -33,7 +33,7 @@
33 "node-build-system" 33 "node-build-system"
34 "ocaml-build-system" 34 "ocaml-build-system"
35 "perl-build-system" 35 "perl-build-system"
36 "python-build-system" 36 "pyproject-build-system"
37 "qt-build-system" 37 "qt-build-system"
38 "r-build-system" 38 "r-build-system"
39 "rakudo-build-system" 39 "rakudo-build-system"