From a03cc600ddeb621653979429637053a8a537776c Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 27 Dec 2024 18:55:57 +0100 Subject: [PATCH] lcms2: Stop propagating dependencies These were propagated from the beginning (2d9d69cb63afe9c68b2871a97397ad9a0d399445) but I cannot see any reason for that. They are not mentioned in the pkg-config file. And the three libraries only appear to be used by jpgicc/tificc programs. --- pkgs/by-name/lc/lcms2/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/lc/lcms2/package.nix b/pkgs/by-name/lc/lcms2/package.nix index d78841ef5c85..17af27ccd36b 100644 --- a/pkgs/by-name/lc/lcms2/package.nix +++ b/pkgs/by-name/lc/lcms2/package.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { "out" ]; - propagatedBuildInputs = [ + buildInputs = [ libtiff libjpeg zlib