···55 # TODO Investigate this: Python and GPU tests fail to load libOpenColorIO.so.2.0
56 # doCheck = true;
57000000058 meta = with lib; {
59 homepage = "https://opencolorio.org";
60 description = "A color management framework for visual effects and animation";
···55 # TODO Investigate this: Python and GPU tests fail to load libOpenColorIO.so.2.0
56 # doCheck = true;
5758+ # https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1649
59+ postPatch = ''
60+ substituteInPlace src/OpenColorIO/CMakeLists.txt \
61+ --replace '\$'{exec_prefix}/'$'{CMAKE_INSTALL_INCLUDEDIR} '$'{CMAKE_INSTALL_FULL_INCLUDEDIR} \
62+ --replace '\$'{exec_prefix}/'$'{CMAKE_INSTALL_LIBDIR} '$'{CMAKE_INSTALL_FULL_LIBDIR}
63+ '';
64+65 meta = with lib; {
66 homepage = "https://opencolorio.org";
67 description = "A color management framework for visual effects and animation";