diff options
-rwxr-xr-x | etc/teams.scm | 10 |
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" |