etc: teams: Add description and scope for emacs.

* etc/teams.scm.in (emacs): Add #:description and #:scope.
This commit is contained in:
Liliana Marie Prikler 2022-09-25 20:21:36 +02:00
parent 8fc4c3c9ff
commit 2300e3148a
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 7 additions and 1 deletions

View File

@ -179,7 +179,13 @@ and the maven-build-system."
(define-team emacs
(team 'emacs
#:name "Emacs team"))
#:name "Emacs team"
#:description "The extensible, customizable text editor and its
ecosystem."
#:scope (list (make-regexp "^gnu/packages/emacs(-.+|)\\.scm$")
"guix/build/emacs-build-system.scm"
"guix/build/emacs-utils.scm"
"guix/build-system/emacs.scm")))
(define-team lisp
(team 'lisp