about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-13 10:45:38 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-13 10:45:38 +0200
commitf50c22a7f284d257a97320d755947e94a2c612f7 (patch)
tree1cabc570534581c6db548d8768895dc61be155cb /pkgs/applications/office
parente593139ef96e2e88b21939b7d6840c3f002ba9ad (diff)
paperless-ngx: use headless ghostscript
we don't need cups or X
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/paperless-ngx/default.nix4
1 files changed, 2 insertions, 2 deletions
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