unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58110] [PATCH 1/2] etc: teams: Define Julia team scope.
@ 2022-09-27 10:32 zimoun
  2022-09-27 10:33 ` [bug#58110] [PATCH 2/2] teams: Add Simon Tournier zimoun
  2022-09-28  7:01 ` [bug#58110] " Mathieu Othacehe
  0 siblings, 2 replies; 4+ messages in thread
From: zimoun @ 2022-09-27 10:32 UTC (permalink / raw)
  To: 58110; +Cc: zimoun

* etc/teams.scm.in (julie): Define scope.
---
 etc/teams.scm.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index ba22b80771..5ebb7ffbd9 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -135,7 +135,13 @@ (define-team julia
   (team 'julia
         #:name "Julia team"
         #:description
-        "The Julia language, Julia packages, and the julia-build-system."))
+        "The Julia language, Julia packages, and the julia-build-system."
+        #:scope
+        (list "gnu/packages/julia.scm"
+              "gnu/packages/julia-jll.scm"
+              "gnu/packages/julia-xyz.scm"
+              "guix/build/julia-build-system.scm"
+              "guix/build-system/julia.scm")))
 
 (define-team ocaml
   (team 'ocaml

base-commit: 74f07348e99a3495964a8bbb8da83d27ecad656e
-- 
2.35.1





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

end of thread, other threads:[~2022-09-28  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 10:32 [bug#58110] [PATCH 1/2] etc: teams: Define Julia team scope zimoun
2022-09-27 10:33 ` [bug#58110] [PATCH 2/2] teams: Add Simon Tournier zimoun
2022-09-28  7:01   ` bug#58110: [PATCH 1/2] etc: teams: Define Julia team scope Mathieu Othacehe
2022-09-28  7:01 ` [bug#58110] " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).