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
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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; {