nix: update TeX Live package definition
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2024-02-15 19:55:48 +00:00
parent bf73469b61
commit 20b77e98e6
1 changed files with 10 additions and 13 deletions

View File

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