From f50c22a7f284d257a97320d755947e94a2c612f7 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Thu, 13 Jun 2024 10:45:38 +0200 Subject: paperless-ngx: use headless ghostscript we don't need cups or X --- pkgs/applications/office/paperless-ngx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/office/paperless-ngx/default.nix b/pkgs/applications/office/paperless-ngx/default.nix index a0764c940e3ad..58456daac0e37 100644 --- a/pkgs/applications/office/paperless-ngx/default.nix +++ b/pkgs/applications/office/paperless-ngx/default.nix @@ -7,7 +7,7 @@ , python3 , giflib , darwin -, ghostscript +, ghostscript_headless , imagemagickBig , jbig2enc , optipng @@ -55,7 +55,7 @@ let path = lib.makeBinPath [ - ghostscript + ghostscript_headless imagemagickBig jbig2enc optipng -- cgit 1.4.1