1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libav: Disable tests

These appear to fail randomly sometimes:

http://hydra.nixos.org/build/10854615
This commit is contained in:
Eelco Dolstra 2014-05-07 14:02:25 +02:00
parent cdf7d6a66f
commit 255a6a9da8

View file

@ -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 = {