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,9 +14,7 @@
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)
scheme-small
# Build script # Build script
latexmk latexmk
# Extra packages needed # Extra packages needed
@ -25,8 +23,7 @@
textpos textpos
ifmtarg ifmtarg
marvosym marvosym
; ]))
})
]; ];
in in
{ {