GNU bug report logs - #76437
[PATCH 0/3] Create electronics team, add Cayetano and Maxim

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 20 Feb 2025 08:36:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 76437 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [bug#76437] [PATCH 1/3] etc: teams: Add an electronics team.
Date: Thu, 20 Feb 2025 10:22:15 +0100
Change-Id: Ibc0b022a66be02ed98cd72da47357fc6e0af88e5
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
 etc/teams.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 2aa8382225..81fb68fe3c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2022 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2025 Jelle Licht <jlicht <at> fsfe.org>
+;;; Copyright © 2025 Cayetano Santos <csantosb <at> inventati.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -325,6 +326,15 @@ (define-team emacs
                       "guix/scripts/import/elpa.scm"
                       "tests/elpa.scm")))
 
+(define-team electronics
+  (team 'electronics
+        #:name "Electronics team"
+        #:description "Electronics and hardware related packages."
+        #:scope (list "gnu/packages/fpga.scm"
+                      "gnu/packages/electronics.scm"
+                      "gnu/package/libftdi.scm"
+                      "gnu/packages/engineering.scm")))
+
 (define-team lisp
   (team 'lisp
         #:name "Lisp team"
-- 
2.48.1





This bug report was last modified 121 days ago.

Previous Next


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