From 6a60f11bfa4a20a5487b90cd3cce3a43274c8e68 Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li <44064051+ShamrockLee@users.noreply.github.com> Date: Wed, 22 Mar 2023 16:28:32 +0800 Subject: [PATCH] libtiff: move libdeflate into propagatedBuildInputs --- pkgs/development/libraries/libtiff/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/libraries/libtiff/default.nix b/pkgs/development/libraries/libtiff/default.nix index 01ea37f3dc5..06dc76d9232 100644 --- a/pkgs/development/libraries/libtiff/default.nix +++ b/pkgs/development/libraries/libtiff/default.nix @@ -87,13 +87,12 @@ stdenv.mkDerivation rec { # TODO: opengl support (bogus configure detection) propagatedBuildInputs = [ + libdeflate libjpeg xz zlib ]; - buildInputs = [ libdeflate ]; - enableParallelBuilding = true; doCheck = true;