1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -187,7 +187,14 @@ and the maven-build-system."
(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