teams: science: Add modules to the scope.

* etc/teams.scm.in (science): Add algebra, astronomy, geo, chemestry,
maths modules to the scope.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Sharlatan Hellseher 2022-12-07 23:56:39 +00:00 committed by 宋文武
parent 91641093e2
commit 3405b2b16c
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -187,7 +187,14 @@ (define-team java
(define-team science
(team 'science
#:name "Science team"))
#:name "Science team"
#:description "The main science disciplines and fields related
packages (e.g. Astronomy, Chemistry, Math, Physics etc.)"
#:scope (list "gnu/packages/algebra.scm"
"gnu/packages/astronomy.scm"
"gnu/packages/geo.scm"
"gnu/packages/chemestry.scm"
"gnu/packages/maths.scm")))
(define-team emacs
(team 'emacs