mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
ffmpeg_7-full: use stdenv.buildPlatform.canExecute
This commit is contained in:
parent
d7b0a7f501
commit
a6f72e581f
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
};
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
|
||||
# Fails with SIGABRT otherwise FIXME: Why?
|
||||
checkPhase = let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue