diff options
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/teams.scm | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index 58c05282efe..ac0e81c3997 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -920,6 +920,21 @@ importer, and the ocaml-build-system." | |||
| 920 | "guix/scripts/import/opam.scm" | 920 | "guix/scripts/import/opam.scm" |
| 921 | "tests/import/opam.scm"))) | 921 | "tests/import/opam.scm"))) |
| 922 | 922 | ||
| 923 | (define-team perl | ||
| 924 | (team 'perl | ||
| 925 | #:name "Perl and Raku team" | ||
| 926 | #:description | ||
| 927 | "Perl & Raku packages, the \"cpan\" importer, and the | ||
| 928 | perl-build-system as well as the rakudo-build-system." | ||
| 929 | #:scope | ||
| 930 | (list (make-regexp* "^gnu/packages/perl(-.+|)\\.scm$") | ||
| 931 | "guix/build/perl-build-system.scm" | ||
| 932 | "guix/build/rakudo-build-system.scm" | ||
| 933 | "guix/build-system/perl.scm" | ||
| 934 | "guix/build-system/rakudo.scm" | ||
| 935 | "guix/import/cpan.scm" | ||
| 936 | "guix/scripts/import/cpan.scm"))) | ||
| 937 | |||
| 923 | (define-team python | 938 | (define-team python |
| 924 | (team 'python | 939 | (team 'python |
| 925 | #:name "Python team" | 940 | #:name "Python team" |
| @@ -1501,7 +1516,7 @@ the \"texlive\" importer." | |||
| 1501 | (define-member (person "Wilko Meyer" | 1516 | (define-member (person "Wilko Meyer" |
| 1502 | "w@wmeyer.eu" | 1517 | "w@wmeyer.eu" |
| 1503 | "theesm") | 1518 | "theesm") |
| 1504 | kernel) | 1519 | kernel perl) |
| 1505 | 1520 | ||
| 1506 | (define-member (person "Untrusem" | 1521 | (define-member (person "Untrusem" |
| 1507 | "mysticmoksh@riseup.net" | 1522 | "mysticmoksh@riseup.net" |
