nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at r-updates 13 lines 463 B view raw
1diff --git a/camelot/backends/ghostscript_backend.py b/camelot/backends/ghostscript_backend.py 2index 1de7da1..1179e87 100644 3--- a/camelot/backends/ghostscript_backend.py 4+++ b/camelot/backends/ghostscript_backend.py 5@@ -36,7 +36,7 @@ def convert(self, pdf_path, png_path, resolution=300): 6 import ghostscript 7 8 gs_command = [ 9- "gs", 10+ "@ghostscript@", 11 "-q", 12 "-sDEVICE=png16m", 13 "-o",