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
|
@ -14,9 +14,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
buildInputs = with pkgs; [
|
||||
gnumake
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
scheme-small
|
||||
(texliveSmall.withPackages (ps: with ps; [
|
||||
# Build script
|
||||
latexmk
|
||||
# Extra packages needed
|
||||
|
@ -25,8 +23,7 @@
|
|||
textpos
|
||||
ifmtarg
|
||||
marvosym
|
||||
;
|
||||
})
|
||||
]))
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue