From 13cf9ebe84eb279d51c9eb4ea350fb943525c900 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 25 Sep 2022 14:31:30 +0200 Subject: etc: teams: Define OCaml team scope. * etc/teams.scm.in (ocaml): Define it. --- etc/teams.scm.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/etc/teams.scm.in b/etc/teams.scm.in index b517e6e0cb..9c7ae31275 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -142,7 +142,17 @@ (define-team ocaml #:name "OCaml and Dune team" #:description "The OCaml language, the Dune build system, OCaml packages, the \"opam\" -importer, and the ocaml-build-system.")) +importer, and the ocaml-build-system." + #:scope + (list "gnu/packages/ocaml.scm" + "gnu/packages/coq.scm" + "guix/build/ocaml-build-system.scm" + "guix/build/dune-build-system.scm" + "guix/build-system/ocaml.scm" + "guix/build-system/dune.scm" + "guix/import/opam.scm" + "guix/scripts/import/opam.scm" + "tests/opam.scm"))) (define-team java (team 'java -- cgit v1.2.3