From d466a3471d2157d2006c9e11a6782054aba257a4 Mon Sep 17 00:00:00 2001 From: Randy Eckenrode Date: Sat, 21 Oct 2023 21:07:12 -0400 Subject: python3Packages.kivy: fix build on Darwin * Add the Accelerate framework as a `buildInput`; and * Fix incompatible function pointer conversion errors with clang 16. Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com> --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 800ee49e8b0..dbd9fa2139c 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -5910,7 +5910,7 @@ self: super: with self; { kivy = callPackage ../development/python-modules/kivy { inherit (pkgs) mesa; - inherit (pkgs.darwin.apple_sdk.frameworks) ApplicationServices AVFoundation; + inherit (pkgs.darwin.apple_sdk.frameworks) Accelerate ApplicationServices AVFoundation; }; kivy-garden = callPackage ../development/python-modules/kivy-garden { }; -- cgit 1.4.1