3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

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