Skip to content

Commit

Permalink
Merge pull request #209550 from SuperSandro2000/opencolorio-cmake
Browse files Browse the repository at this point in the history
opencolorio: move cmake file to correct place
  • Loading branch information
NickCao authored Jan 17, 2023
2 parents 5cfca68 + 9fa54ab commit ce42eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/opencolorio/1.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
postInstall = ''
moveToOutput bin "$bin"
moveToOutput cmake "$dev"
moveToOutput OpenColorIOConfig.cmake "$dev"
mv $out/OpenColorIOConfig.cmake $dev/cmake/
substituteInPlace "$dev/cmake/OpenColorIO-release.cmake" \
--replace "$out/bin" "$bin/bin"
Expand Down

0 comments on commit ce42eec

Please sign in to comment.