libomxil-bellagio: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-01-10 15:40:18 +01:00
parent 4fb9a8d303
commit cc2ddd1036

View File

@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
patches = [ ./fedora-fixes.patch ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=array-bounds" ];
doCheck = false; # fails
meta = with stdenv.lib; {