From 15c0fcb6335f17de2ddb26bf9ddd770f68939335 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 10 Sep 2023 12:03:11 +0200 Subject: [PATCH] svt-av1: unbreak on aarch64-darwin --- pkgs/tools/video/svt-av1/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/video/svt-av1/default.nix b/pkgs/tools/video/svt-av1/default.nix index c8620ffee82a..87422a42f0af 100644 --- a/pkgs/tools/video/svt-av1/default.nix +++ b/pkgs/tools/video/svt-av1/default.nix @@ -43,7 +43,5 @@ stdenv.mkDerivation (finalAttrs: { license = with licenses; [ aom bsd3 ]; maintainers = with maintainers; [ Madouura ]; platforms = platforms.unix; - # error: use of undeclared identifier 'kCVPixelFormatType_444YpCbCr16BiPlanarVideoRange' - broken = stdenv.isAarch64 && stdenv.isDarwin; }; })