Merge pull request #68624 from aanderse/zhf/tvheadend

tvheadend: fix broken build
This commit is contained in:
Robin Gloster 2019-09-13 14:30:40 +02:00 committed by GitHub
commit e0b945b166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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