guix-commits
[Top][All Lists]
Advanced

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

branch master updated: teams: science: Add modules to the scope.


From: guix-commits
Subject: branch master updated: teams: science: Add modules to the scope.
Date: Fri, 09 Dec 2022 01:23:54 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3405b2b16c teams: science: Add modules to the scope.
3405b2b16c is described below

commit 3405b2b16cbadbbbc0dcd61e6fb87a65561fc7f0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Dec 7 23:56:39 2022 +0000

    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>
---
 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 @@ 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



reply via email to

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