ilmbase: Use separate outputs

This commit is contained in:
Eelco Dolstra
2016-09-01 18:57:43 +02:00
parent 68e216d604
commit 452afd1ed6
14 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
postInstall = ''
for p in $out/bin/*; do