diff options
| author | Gabriel Wicki <gabriel@erlikon.ch> | 2026-03-13 11:35:42 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-13 20:50:13 +0100 |
| commit | 75ea9cb664afb577ab992aeed2fc1399434e550c (patch) | |
| tree | 8ed63bfe86544b50999e0b4b1723dfd2b0bdec60 | |
| parent | 706541d384f5a2ee5ad3cd88909d22c0c13c4c27 (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-package | 2 |
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 @@ "node-build-system" "ocaml-build-system" "perl-build-system" - "python-build-system" + "pyproject-build-system" "qt-build-system" "r-build-system" "rakudo-build-system" |
