From 6f4a30dc9ca6af88cecb7a61598fded44cef9f9d Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Tue, 23 Apr 2024 11:29:58 -0300 Subject: [PATCH] manifests: tex: Add rubber and remove redundant packages --- home-environments/radio/manifests/tex.scm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/home-environments/radio/manifests/tex.scm b/home-environments/radio/manifests/tex.scm index 924cee4..705e64b 100644 --- a/home-environments/radio/manifests/tex.scm +++ b/home-environments/radio/manifests/tex.scm @@ -2,16 +2,12 @@ (gnu packages tex)) (packages->manifest - (list texlive-collection-basic + (list rubber texlive-collection-fontsextra texlive-collection-fontsrecommended - texlive-collection-latex texlive-collection-latexextra - texlive-collection-latexrecommended texlive-collection-luatex texlive-collection-langportuguese texlive-collection-langenglish texlive-collection-langfrench - texlive-collection-mathscience - texlive-collection-pictures - texlive-scheme-minimal)) + texlive-collection-mathscience))