about summary refs log tree commit diff
path: root/pkgs/tools/graphics/ploticus
diff options
context:
space:
mode:
authorLucas Franceschino <lucas.franceschino@inria.fr>2022-05-14 18:11:23 +0200
committerLucas Franceschino <lucas.franceschino@inria.fr>2022-05-14 18:11:23 +0200
commit8714f77b8b05385b108b0175543d32c3bf59155e (patch)
tree0c9f8e111b8ebe9e88aa5e800e8be819eebadc92 /pkgs/tools/graphics/ploticus
parentf7a22851667ac89ac1863ede0d8c386fc6eb12a0 (diff)
ploticus: fix
Diffstat (limited to 'pkgs/tools/graphics/ploticus')
-rw-r--r--pkgs/tools/graphics/ploticus/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/ploticus/default.nix b/pkgs/tools/graphics/ploticus/default.nix
index 50b7aad48a040..89b1cb220a1c0 100644
--- a/pkgs/tools/graphics/ploticus/default.nix
+++ b/pkgs/tools/graphics/ploticus/default.nix
@@ -4,6 +4,7 @@
 , zlib
 , libX11
 , libpng
+, libjpeg
 , gd
 , freetype
 }:
@@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
     libpng
     gd
     freetype
+    libjpeg
   ];
 
   hardeningDisable = [ "format" ];