Unverified Commit b2512bb0 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

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

parents 564d4134 68d108bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;