tvheadend: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 14:10:23 +01:00
parent 2706e7a961
commit a0d2774f61
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -25,7 +25,7 @@ in stdenv.mkDerivation {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-truncation" "-Wno-error=stringop-truncation" ];
# disable dvbscan, as having it enabled causes a network download which
# cannot happen during build.