ffmpeg_7-full: use stdenv.buildPlatform.canExecute

This commit is contained in:
Peder Bergebakken Sundt 2024-10-21 11:34:19 +02:00
parent d7b0a7f501
commit a6f72e581f

View File

@ -840,7 +840,7 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
}; };
doCheck = stdenv.hostPlatform == stdenv.buildPlatform; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
# Fails with SIGABRT otherwise FIXME: Why? # Fails with SIGABRT otherwise FIXME: Why?
checkPhase = let checkPhase = let