summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-01-07 21:05:58 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-17 02:38:01 +0000
commitd107db1cfda11eed0af20e8be6f05298e1391c58 (patch)
treeeb921a3693bbb4030b81ee184d0737183328800a
parentMerge pull request #210490 from NixOS/backport-208127-to-release-22.11 (diff)
downloadnixpkgs-origin/backport-209550-to-release-22.11.tar.gz
opencolorio: move cmake file to correct placeorigin/backport-209550-to-release-22.11
(cherry picked from commit 9fa54ab2b851c97b103cf46904b5f664ee949c35)
-rw-r--r--pkgs/development/libraries/opencolorio/1.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/opencolorio/1.x.nix b/pkgs/development/libraries/opencolorio/1.x.nix
index 8f05f962a08e..2941a1a1e7ce 100644
--- a/pkgs/development/libraries/opencolorio/1.x.nix
+++ b/pkgs/development/libraries/opencolorio/1.x.nix
@@ -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"