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