nix: update TeX Live package definition
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
bf73469b61
commit
20b77e98e6
23
flake.nix
23
flake.nix
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue