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

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";
}