Use texlive.combine to optimize texlive

main
Elnu 1 year ago
parent c9453e8a68
commit 509fdd77f6

@ -11,7 +11,9 @@
in {
packages.${system} = {
pdf-annotator = let
texlive = pkgs.texlive.combined.scheme-full;
texlive = pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-small changepage;
};
script = "run.sh";
tex = "numbered.tex";
in pkgs.stdenv.mkDerivation rec {

Loading…
Cancel
Save