summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-02-20 10:22:15 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-02-22 23:55:24 +0900
commit7345d4f18d29dbb856d4b2eb847b847eb9cffc24 (patch)
treec91d8ecd8f0936505929dfc8769bde1e8383a7bc
parent6e9150a4e6d5a4aac39e6ae735f9856d4ccfc286 (diff)
etc: teams: Add an electronics team.
Change-Id: Ibc0b022a66be02ed98cd72da47357fc6e0af88e5 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rwxr-xr-xetc/teams.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 2aa8382225..c9f6bc96ba 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -13,6 +13,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2025 Jelle Licht <jlicht@fsfe.org>
+;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -325,6 +326,15 @@ ecosystem."
"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/packages/libftdi.scm"
+ "gnu/packages/engineering.scm")))
+
(define-team lisp
(team 'lisp
#:name "Lisp team"