opencolorio: fix path in pkg-config file

authored by Alexander Shpilkin and committed by Artturin d6ad6c47 c709dd4c

+7
+7
pkgs/development/libraries/opencolorio/default.nix
··· 55 55 # TODO Investigate this: Python and GPU tests fail to load libOpenColorIO.so.2.0 56 56 # doCheck = true; 57 57 58 + # 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 + 58 65 meta = with lib; { 59 66 homepage = "https://opencolorio.org"; 60 67 description = "A color management framework for visual effects and animation";