From 15e62cb1c8a7d09545f4ff2e7c3baceb9e5ed4b9 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 11 Apr 2025 16:44:52 -0400 Subject: [PATCH] gst_all_1.gst-plugins-bad: fix aarch64-darwin build The package requires a newer SDK to access `kVTCompressionPropertyKey_ConstantBitRate`. Signed-off-by: Ihar Hrachyshka --- pkgs/development/libraries/gstreamer/bad/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/gstreamer/bad/default.nix b/pkgs/development/libraries/gstreamer/bad/default.nix index 8e68ff48fe37..b7d246e64088 100644 --- a/pkgs/development/libraries/gstreamer/bad/default.nix +++ b/pkgs/development/libraries/gstreamer/bad/default.nix @@ -113,6 +113,7 @@ hotdoc, guiSupport ? true, gst-plugins-bad, + apple-sdk_13, }: stdenv.mkDerivation (finalAttrs: { @@ -284,6 +285,7 @@ stdenv.mkDerivation (finalAttrs: { CoreVideo Foundation MediaToolbox + apple-sdk_13 ]; mesonFlags =