mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 20:57:53 +00:00
openjpeg: remove libdeflate from buildInputs
libdeflate is a dependency of libtiff which pkg-config expects seeing, and openjpeg doesn't use libdeflate directly (aside from libtiff) [1] As it is now added to the propagatedBuildInputs of the Remove from the buildInputs of reverse-dependent packages. 1: https://packages.debian.org/source/buster/openjpeg2
This commit is contained in:
parent
6a60f11bfa
commit
eb3cb597c3
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
||||
buildInputs = [ libdeflate libpng libtiff zlib lcms2 ]
|
||||
buildInputs = [ libpng libtiff zlib lcms2 ]
|
||||
++ lib.optionals jpipServerSupport [ curl fcgi ]
|
||||
++ lib.optional (jpipLibSupport) jdk;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user