From 0be7f59a5a6c29677eccca8ef5469d81ab55cffb Mon Sep 17 00:00:00 2001 From: anemofilia Date: Mon, 28 Aug 2023 11:29:39 -0300 Subject: [PATCH] breaking: move texlive packages to a guix manifest --- manifests/tex.scm | 29 +++++++++++++++++++++++++++++ radio.scm | 7 +------ 2 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 manifests/tex.scm diff --git a/manifests/tex.scm b/manifests/tex.scm new file mode 100644 index 0000000..0b55055 --- /dev/null +++ b/manifests/tex.scm @@ -0,0 +1,29 @@ +(use-modules + (guix profiles) + (gnu packages tex)) + +(packages->manifest + (list texlive-amsfonts + texlive-scheme-minimal + texlive-babel-french + texlive-beamer + texlive-bibtex + texlive-booktabs + texlive-capt-of + texlive-ec + texlive-enumitem + texlive-float + texlive-fontspec + texlive-graphics + texlive-hyphen-french + texlive-geometry + texlive-latex-fonts + texlive-minted + texlive-pdftex + texlive-pgf + texlive-setspace + texlive-texinfo + texlive-tcolorbox + texlive-tools + texlive-ulem + texlive-unicode-math)) diff --git a/radio.scm b/radio.scm index ee32072..4a21910 100644 --- a/radio.scm +++ b/radio.scm @@ -34,7 +34,7 @@ #|M|# maths messaging minetest #|P|# password-utils pdf pulseaudio python-xyz #|S|# scheme shells ssh suckless - #|T|# telegram tex text-editors tor toys + #|T|# telegram text-editors tor toys #|V|# version-control video #|W|# web-browsers wm #|X|# xdisorg xorg) @@ -104,11 +104,6 @@ #|ssh |# openssh #|suckless |# xst #|telegram |# telegram-desktop - #|tex |# texlive-amsfonts texlive-scheme-basic - texlive-beamer texlive-bibtex texlive-ec - texlive-latex-fonts texlive-graphics texlive-float - texlive-geometry texlive-minted texlive-pdfx - texlive-texinfo texlive-tools texlive-unicode-math #|tor |# tor #|toys |# oneko #|vesion-control |# git