mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
libraw: propagate lcms2 so gegl finds it
This commit is contained in:
parent
bcb8e76619
commit
8cac3752f1
@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "18fygk896gxbx47nh2rn5jp4skisgkl6pdfjqb7h0zn39hd6b6g5";
|
||||
};
|
||||
|
||||
buildInputs = [ lcms2 jasper ];
|
||||
buildInputs = [ jasper ];
|
||||
|
||||
propagatedBuildInputs = [ lcms2 ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user