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";
|
sha256 = "18fygk896gxbx47nh2rn5jp4skisgkl6pdfjqb7h0zn39hd6b6g5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lcms2 jasper ];
|
buildInputs = [ jasper ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ lcms2 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user