mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libav: Disable tests
These appear to fail randomly sometimes: http://hydra.nixos.org/build/10854615
This commit is contained in:
parent
cdf7d6a66f
commit
255a6a9da8
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ let
|
|||
cp -s "$out"/bin/* "$tools/bin/"
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
doInstallCheck = false; # fails randomly
|
||||
installCheckTarget = "check"; # tests need to be run *after* installation
|
||||
|
||||
crossAttrs = {
|
||||
|
|
Loading…
Reference in a new issue