summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/utils
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/utils')
-rw-r--r--accounts/gkleen@sif/utils/pdf2pdf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/utils/pdf2pdf.nix b/accounts/gkleen@sif/utils/pdf2pdf.nix
index 5e9fb215..9f4cbc3e 100644
--- a/accounts/gkleen@sif/utils/pdf2pdf.nix
+++ b/accounts/gkleen@sif/utils/pdf2pdf.nix
@@ -4,5 +4,5 @@ resholve.writeScriptBin "pdf2pdf" {
4 inputs = with pkgs; [ghostscript_headless]; 4 inputs = with pkgs; [ghostscript_headless];
5 interpreter = lib.getExe zsh; 5 interpreter = lib.getExe zsh;
6} '' 6} ''
7 exec gs -dPDFSETTINGS=/prepress -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dSAFER "-sOutputFile=''${2}" "''${1}" 7 exec gs -dPDFSETTINGS=/prepress -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dSAFER -dPreserveAnnots=false "-sOutputFile=''${2}" "''${1}"
8'' 8''