Skip to content

Commit

Permalink
Merge pull request #1142 from jhh/fix-opencv
Browse files Browse the repository at this point in the history
overrides: add Accelerate framework for opencv on darwin
  • Loading branch information
adisbladis authored Apr 28, 2023
2 parents 56a3d38 + 6d3f70f commit 34702e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,7 @@ lib.composeManyExtensions [
buildInputs = [
self.scikit-build
] ++ lib.optionals stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
Accelerate
AVFoundation
Cocoa
CoreMedia
Expand Down

0 comments on commit 34702e3

Please sign in to comment.