all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 59034@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team.
Date: Fri,  4 Nov 2022 20:35:43 -0500	[thread overview]
Message-ID: <20221105013543.22321-1-jgart@dismail.de> (raw)

* etc/teams.scm.in (lisp): Add gnu/packages/lisp-xyz.scm and
gnu/packages/lisp-check.scm modules in scope.
---
 etc/teams.scm.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 14cabbf6f2..12f83eb76d 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -207,6 +207,8 @@ (define-team lisp
         "Common Lisp and similar languages, Common Lisp packages and the
 asdf-build-system."
         #:scope (list (make-regexp "^gnu/packages/lisp(-.+|)\\.scm$")
+                      "gnu/packages/lisp-xyz.scm"
+                      "gnu/packages/lisp-check.scm"
                       "guix/build/asdf-build-system.scm"
                       "guix/build/lisp-utils.scm"
                       "guix/build-system/asdf.scm")))
-- 
2.38.1





             reply	other threads:[~2022-11-05  1:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05  1:35 jgart via Guix-patches via [this message]
2022-11-05  8:21 ` [bug#59034] [PATCH] etc: teams: Add more scopes for lisp team ( via Guix-patches via
2022-11-05 12:18   ` bug#59034: " Guillaume Le Vaillant
2022-11-05 13:36     ` [bug#59034] " jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221105013543.22321-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=59034@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.