[PATCH] etc: Science team: Add modules to the scope.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 2 years ago
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20221207235639.17252-1-sharlatanus@gmail.com
* etc/teams.scm.in (science): Add algebra, astronomy, geo, chemestry,
maths modules to the scope.
---
etc/teams.scm.in | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

Toggle diff (22 lines)
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index f744204017..57d4357900 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -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
--
2.38.1
宋文武 wrote 2 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 59891-done@debbugs.gnu.org)
87359p9jrm.fsf@envs.net
Sharlatan Hellseher <sharlatanus@gmail.com> writes:

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

Applied, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59891@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59891
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help