mirror of https://codeberg.org/anemofilia/zero
14 lines
412 B
Scheme
14 lines
412 B
Scheme
(use-modules (guix profiles)
|
|
(gnu packages tex))
|
|
|
|
(packages->manifest
|
|
(list rubber
|
|
texlive-collection-fontsextra
|
|
texlive-collection-fontsrecommended
|
|
texlive-collection-latexextra
|
|
texlive-collection-luatex
|
|
texlive-collection-langportuguese
|
|
texlive-collection-langenglish
|
|
texlive-collection-langfrench
|
|
texlive-collection-mathscience))
|