Use texlive.combine to optimize texlive
This commit is contained in:
parent
c9453e8a68
commit
509fdd77f6
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue