mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
etc: teams: Add description and scope for emacs.
* etc/teams.scm.in (emacs): Add #:description and #:scope.
This commit is contained in:
parent
8fc4c3c9ff
commit
2300e3148a
1 changed files with 7 additions and 1 deletions
|
@ -179,7 +179,13 @@ (define-team science
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue