mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
etc: Add TeX team.
* etc/teams.scm.in (tex): New team; add Ricardo to the team.
This commit is contained in:
parent
2b1383c0a2
commit
32404757a1
1 changed files with 15 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
!#
|
!#
|
||||||
|
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2022 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2022, 2023 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org>
|
;;; Copyright © 2022 Mathieu Othacehe <othacehe@gnu.org>
|
||||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
|
@ -142,6 +142,19 @@ (define-team r
|
||||||
"guix/scripts/import/cran.scm"
|
"guix/scripts/import/cran.scm"
|
||||||
"tests/cran.scm")))
|
"tests/cran.scm")))
|
||||||
|
|
||||||
|
(define-team tex
|
||||||
|
(team 'tex
|
||||||
|
#:name "TeX team"
|
||||||
|
#:description
|
||||||
|
"TeX, LaTeX, XeLaTeX, LuaTeX, TeXLive, the texlive-build-system, and
|
||||||
|
the \"texlive\" importer."
|
||||||
|
#:scope (list "gnu/packages/tex.scm"
|
||||||
|
"guix/build/texlive-build-system.scm"
|
||||||
|
"guix/build-system/texlive.scm"
|
||||||
|
"guix/import/texlive.scm"
|
||||||
|
"guix/scripts/import/texlive.scm"
|
||||||
|
"tests/texlive.scm")))
|
||||||
|
|
||||||
(define-team julia
|
(define-team julia
|
||||||
(team 'julia
|
(team 'julia
|
||||||
#:name "Julia team"
|
#:name "Julia team"
|
||||||
|
@ -490,7 +503,7 @@ (define-member (person "Liliana Marie Prikler"
|
||||||
|
|
||||||
(define-member (person "Ricardo Wurmus"
|
(define-member (person "Ricardo Wurmus"
|
||||||
"rekado@elephly.net")
|
"rekado@elephly.net")
|
||||||
r core mentors)
|
r core mentors tex)
|
||||||
|
|
||||||
(define-member (person "Christopher Baines"
|
(define-member (person "Christopher Baines"
|
||||||
"mail@cbaines.net")
|
"mail@cbaines.net")
|
||||||
|
|
Loading…
Reference in a new issue