diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2023-09-10 12:03:11 +0200 |
|---|---|---|
| committer | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2023-09-10 12:03:11 +0200 |
| commit | 15c0fcb6335f17de2ddb26bf9ddd770f68939335 (patch) | |
| tree | 863ef58787c8831722e15732fd682f69cf181f6a | |
| parent | netlistsvg: init at 1.0.2 (diff) | |
| download | nixpkgs-15c0fcb6335f17de2ddb26bf9ddd770f68939335.tar.gz | |
svt-av1: unbreak on aarch64-darwin
| -rw-r--r-- | pkgs/tools/video/svt-av1/default.nix | 2 |
1 files changed, 0 insertions, 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; }; }) |
