about summary refs log tree commit diff
path: root/pkgs/tools/graphics/lsix
diff options
context:
space:
mode:
authorjustinlime <justinlime1999@gmail.com>2024-01-21 16:40:28 -0600
committerjustinlime <justinlime1999@gmail.com>2024-01-21 16:40:28 -0600
commitb28c2837d12d961af42e930725f7d1b36c64ef87 (patch)
tree93d25c60820e694d1fd1accec12740b54e4154f1 /pkgs/tools/graphics/lsix
parent12939e2ac3b588ddd150c257189b5b61d7e07b97 (diff)
lsix: Fix Font Issues
Diffstat (limited to 'pkgs/tools/graphics/lsix')
-rw-r--r--pkgs/tools/graphics/lsix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/lsix/default.nix b/pkgs/tools/graphics/lsix/default.nix
index 8fc659330f6e9..b3aa5f2530150 100644
--- a/pkgs/tools/graphics/lsix/default.nix
+++ b/pkgs/tools/graphics/lsix/default.nix
@@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
 
   postFixup = ''
     wrapProgram $out/bin/lsix \
-      --prefix PATH : ${lib.makeBinPath [ imagemagick ]}
+      --prefix PATH : ${lib.makeBinPath [ (imagemagick.override { ghostscriptSupport = true;}) ]}
   '';
 
   meta = with lib; {