parent
c6882b2cf9
commit
f16db19610
@ -16,6 +16,11 @@ stdenv.mkDerivation rec
|
|||||||
|
|
||||||
patches = [ ./openexrid.patch ];
|
patches = [ ./openexrid.patch ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace openexrid/makefile \
|
||||||
|
--replace g++ c++
|
||||||
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE=''-I${ilmbase.dev}/include/OpenEXR
|
NIX_CFLAGS_COMPILE=''-I${ilmbase.dev}/include/OpenEXR
|
||||||
-I${openexr.dev}/include/OpenEXR
|
-I${openexr.dev}/include/OpenEXR
|
||||||
-I${openfx.dev}/include/OpenFX
|
-I${openfx.dev}/include/OpenFX
|
||||||
@ -38,7 +43,7 @@ stdenv.mkDerivation rec
|
|||||||
find $out
|
find $out
|
||||||
mv $out/include $dev/
|
mv $out/include $dev/
|
||||||
mv $out/lib $lib/
|
mv $out/lib $lib/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "OpenEXR files able to isolate any object of a CG image with a perfect antialiazing";
|
description = "OpenEXR files able to isolate any object of a CG image with a perfect antialiazing";
|
||||||
|
Loading…
Reference in New Issue
Block a user