libomxil-bellagio: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-06-17 07:05:53 +02:00
parent 4fb9a8d303
commit cc2ddd1036
@@ -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; {