mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
kimageformats: depend on karchive and ilmbase
This commit is contained in:
parent
f509ddf4ea
commit
d9fa71cd8d
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue