breaking: move texlive packages to a guix manifest
parent
e893f31338
commit
0be7f59a5a
|
@ -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))
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue