guix-commits
[Top][All Lists]
Advanced

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

branch master updated: etc: teams: Add description and scope for lisp te


From: guix-commits
Subject: branch master updated: etc: teams: Add description and scope for lisp team.
Date: Mon, 26 Sep 2022 05:19:31 -0400

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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bc072c9a57 etc: teams: Add description and scope for lisp team.
bc072c9a57 is described below

commit bc072c9a57b9eb97326aa48f4896412c12998cc2
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Sep 26 11:10:24 2022 +0200

    etc: teams: Add description and scope for lisp team.
    
    * etc/teams.scm.in (lisp): Add description and scope fields.
---
 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 cb593fb302..99d1d8168f 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -189,7 +189,14 @@ ecosystem."
 
 (define-team lisp
   (team 'lisp
-        #:name "Lisp team"))
+        #:name "Lisp team"
+        #:description
+        "Common Lisp and similar languages, Common Lisp packages and the
+asdf-build-system."
+        #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
+                      "guix/build/asdf-build-system.scm"
+                      "guix/build/lisp-utils.scm"
+                      "guix/build-system/asdf.scm")))
 
 (define-team ruby
   (team 'ruby



reply via email to

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