From 68d108bb04389ec68397911b1a3dbc91a32d7cf7 Mon Sep 17 00:00:00 2001 From: DCsunset Date: Wed, 25 Sep 2024 01:00:38 +0000 Subject: [PATCH] nixos/stirling-pdf: add missing dependency ghostscript --- nixos/modules/services/web-apps/stirling-pdf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-apps/stirling-pdf.nix b/nixos/modules/services/web-apps/stirling-pdf.nix index ea7d7fbf54e5..48fe744b6014 100644 --- a/nixos/modules/services/web-apps/stirling-pdf.nix +++ b/nixos/modules/services/web-apps/stirling-pdf.nix @@ -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;