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

teams: bootstrap: Adopt bootstrap.scm.

* etc/teams.scm (bootstrap)[scope]: Add gnu/packages/bootstrap.scm.
CODEOWNERS: Regenerate file.

Change-Id: Icdccfe154e09835cec2a95f94f3688b412dbb787
This commit is contained in:
Efraim Flashner
2026-02-03 16:48:57 +02:00
parent 33bf09eb79
commit 6d97c3f30f
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ guix/scripts/import/hexpm\.scm @guix/beam
gnu/packages/bioinformatics\.scm @guix/bioinformatics
gnu/packages/bootstrap\.scm @guix/bootstrap
gnu/packages/commencement\.scm @guix/bootstrap
gnu/packages/mes\.scm @guix/bootstrap

View File

@@ -500,7 +500,8 @@ of Rebar and Mix build systems and Hex.pm importer."
(team 'bootstrap
#:name "Bootstrap"
#:description "Full-source bootstrap: stage0, Mes, Gash, etc."
#:scope (list "gnu/packages/commencement.scm"
#:scope (list "gnu/packages/bootstrap.scm"
"gnu/packages/commencement.scm"
"gnu/packages/mes.scm")))
(define-team c++