libtiff: move libdeflate into propagatedBuildInputs
This commit is contained in:
parent
878a3ff9c6
commit
6a60f11bfa
1 changed files with 1 additions and 2 deletions
|
@ -87,13 +87,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# TODO: opengl support (bogus configure detection)
|
||||
propagatedBuildInputs = [
|
||||
libdeflate
|
||||
libjpeg
|
||||
xz
|
||||
zlib
|
||||
];
|
||||
|
||||
buildInputs = [ libdeflate ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue