libomxil-bellagio: fix build with gcc8
This commit is contained in:
parent
4fb9a8d303
commit
cc2ddd1036
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./fedora-fixes.patch ];
|
patches = [ ./fedora-fixes.patch ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=array-bounds" ];
|
||||||
|
|
||||||
doCheck = false; # fails
|
doCheck = false; # fails
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user