nixos/stirling-pdf: add missing dependency ghostscript (#344331)

This commit is contained in:
Bruno BELANYI
2024-09-25 14:09:00 +01:00
committed by GitHub
@@ -59,6 +59,7 @@ in
pngquant
tesseract
python3Packages.weasyprint
ghostscript_headless
]
++ lib.optional (cfg.environment.INSTALL_BOOK_AND_ADVANCED_HTML_OPS or "false" == "true") calibre;