kimageformats: depend on karchive and ilmbase
This commit is contained in:
parent
f509ddf4ea
commit
d9fa71cd8d
@ -1,11 +1,14 @@
|
|||||||
{ kdeFramework, lib
|
{
|
||||||
, ecm
|
kdeFramework, lib,
|
||||||
, ilmbase
|
ecm,
|
||||||
|
ilmbase, karchive
|
||||||
}:
|
}:
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kimageformats";
|
name = "kimageformats";
|
||||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ ecm ];
|
nativeBuildInputs = [ ecm ];
|
||||||
|
buildInputs = [ ilmbase ];
|
||||||
|
propagatedBuildInputs = [ karchive ];
|
||||||
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
|
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user