mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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?
|
# Fails with SIGABRT otherwise FIXME: Why?
|
||||||
checkPhase = let
|
checkPhase = let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue