nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #209550 from SuperSandro2000/opencolorio-cmake

opencolorio: move cmake file to correct place

authored by

Nick Cao and committed by
GitHub
ce42eec4 5cfca686

+1 -1
+1 -1
pkgs/development/libraries/opencolorio/1.x.nix
··· 35 35 postInstall = '' 36 36 moveToOutput bin "$bin" 37 37 moveToOutput cmake "$dev" 38 - moveToOutput OpenColorIOConfig.cmake "$dev" 38 + mv $out/OpenColorIOConfig.cmake $dev/cmake/ 39 39 40 40 substituteInPlace "$dev/cmake/OpenColorIO-release.cmake" \ 41 41 --replace "$out/bin" "$bin/bin"