mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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 New Issue
Block a user