nixos/stirling-pdf: add missing dependency ghostscript (#344331)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user