GNU bug report logs - #76268
[PATCH 0/2] Add JavaScript team

Previous Next

Package: guix-patches;

Reported by: jlicht <at> fsfe.org

Date: Thu, 13 Feb 2025 13:45:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jlicht <at> fsfe.org
To: 76268 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [bug#76268] [PATCH 1/2] etc: Add a javascript team.
Date: Thu, 13 Feb 2025 14:46:37 +0100
From: Jelle Licht <jlicht <at> fsfe.org>

* etc/teams.scm (javascript): New variable.

Change-Id: I071081b01761fcc4e3baf5eb5804c849926214bc
---
 etc/teams.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index cb92cb9ff1..230f2389cd 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -286,6 +286,18 @@ (define-team java
               "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"
-- 
2.48.1





This bug report was last modified 98 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.