guix-commits
[Top][All Lists]
Advanced

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

01/02: etc: teams: Define OCaml team scope.


From: guix-commits
Subject: 01/02: etc: teams: Define OCaml team scope.
Date: Sun, 25 Sep 2022 08:42:27 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 13cf9ebe84eb279d51c9eb4ea350fb943525c900
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Sep 25 14:31:30 2022 +0200

    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 @@ and the r-build-system."))
         #: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



reply via email to

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