From 8714f77b8b05385b108b0175543d32c3bf59155e Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Sat, 14 May 2022 18:11:23 +0200 Subject: [PATCH] ploticus: fix --- pkgs/tools/graphics/ploticus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/graphics/ploticus/default.nix b/pkgs/tools/graphics/ploticus/default.nix index 50b7aad48a0..89b1cb220a1 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" ];