ilmbase: Use separate outputs

This commit is contained in:
Eelco Dolstra
2016-09-01 18:11:21 +02:00
parent 68e216d604
commit 452afd1ed6
14 changed files with 15 additions and 13 deletions

View File

@@ -7,5 +7,5 @@ kdeFramework {
name = "kimageformats";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm ];
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
}