kimageformats: depend on karchive and ilmbase

This commit is contained in:
Thomas Tuegel 2016-11-05 12:14:12 -05:00
parent f509ddf4ea
commit d9fa71cd8d
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,11 +1,14 @@
{ kdeFramework, lib
, ecm
, ilmbase
{
kdeFramework, lib,
ecm,
ilmbase, karchive
}:
kdeFramework {
name = "kimageformats";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm ];
buildInputs = [ ilmbase ];
propagatedBuildInputs = [ karchive ];
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
}