nix: update TeX Live package definition
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-02-15 19:55:48 +00:00
parent bf73469b61
commit 20b77e98e6

View file

@ -14,19 +14,16 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
buildInputs = with pkgs; [ buildInputs = with pkgs; [
gnumake gnumake
(texlive.combine { (texliveSmall.withPackages (ps: with ps; [
inherit (texlive) # Build script
scheme-small latexmk
# Build script # Extra packages needed
latexmk clearsans
# Extra packages needed fontaxes
clearsans textpos
fontaxes ifmtarg
textpos marvosym
ifmtarg ]))
marvosym
;
})
]; ];
in in
{ {