libtiff: move libdeflate into propagatedBuildInputs

This commit is contained in:
Yueh-Shun Li 2023-03-22 16:28:32 +08:00
parent 878a3ff9c6
commit 6a60f11bfa

View file

@ -87,13 +87,12 @@ stdenv.mkDerivation rec {
# TODO: opengl support (bogus configure detection)
propagatedBuildInputs = [
libdeflate
libjpeg
xz
zlib
];
buildInputs = [ libdeflate ];
enableParallelBuilding = true;
doCheck = true;