all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59891] [PATCH] etc: Science team: Add modules to the scope.
@ 2022-12-07 23:56 Sharlatan Hellseher
  2022-12-09  6:24 ` bug#59891: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2022-12-07 23:56 UTC (permalink / raw)
  To: 59891; +Cc: Sharlatan Hellseher

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59891: [PATCH] etc: Science team: Add modules to the scope.
  2022-12-07 23:56 [bug#59891] [PATCH] etc: Science team: Add modules to the scope Sharlatan Hellseher
@ 2022-12-09  6:24 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-12-09  6:24 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 59891-done

Sharlatan Hellseher <sharlatanus@gmail.com> writes:

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

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-09  6:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 23:56 [bug#59891] [PATCH] etc: Science team: Add modules to the scope Sharlatan Hellseher
2022-12-09  6:24 ` bug#59891: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.