svt-av1: unbreak on linux-aarch64

This commit is contained in:
laalsaas
2023-02-07 21:04:43 +01:00
committed by Sandro Jäckel
parent c8bb1b66fd
commit c774708a05
+2 -1
View File
@@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
license = with licenses; [ aom bsd3 ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.unix;
broken = stdenv.isAarch64; # undefined reference to `cpuinfo_arm_linux_init'
# error: use of undeclared identifier 'kCVPixelFormatType_444YpCbCr16BiPlanarVideoRange'
broken = stdenv.isAarch64 && stdenv.isDarwin;
};
})