guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Sharlatan Hellseher
Subject: [bug#59891] [PATCH] etc: Science team: Add modules to the scope.
Date: Wed, 7 Dec 2022 23:56:39 +0000

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]