diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-02-13 14:46:37 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-13 19:47:47 +0000 |
commit | 1dea85e3927760820c1323c3b460fd1ca70f54e4 (patch) | |
tree | 8d5da8c85cabc3f0b3163b34012b43869aae01e6 | |
parent | ff5a9f32dbb7e5dc15c4f9ff5b0dbd97671c9d84 (diff) | |
download | guix-1dea85e3927760820c1323c3b460fd1ca70f54e4.tar.gz guix-1dea85e3927760820c1323c3b460fd1ca70f54e4.zip |
etc: Add a javascript team.
* etc/teams.scm (javascript): New variable.
Change-Id: I071081b01761fcc4e3baf5eb5804c849926214bc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rwxr-xr-x | etc/teams.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index cb92cb9ff1..5de68875ce 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -12,6 +12,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@" ;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org> ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com> +;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -286,6 +287,18 @@ and the maven-build-system." "guix/build-system/ant.scm" "guix/build-system/maven.scm"))) +(define-team javascript + (team 'javascript + #:name "JavaScript team" + #:description + "JavaScript/Node.js packages, the node build system." + #:scope (list "gnu/packages/node-xyz.scm" + "gnu/packages/node.scm" + "guix/build-system/node.scm" + "guix/build/node-build-system.scm" + "guix/import/npm-binary.scm" + "guix/scripts/import/npm-binary.scm"))) + (define-team science (team 'science #:name "Science team" |