tvheadend: fix broken build

This commit is contained in:
Aaron Andersen 2019-09-12 21:11:56 -04:00
parent 2a10e8fef5
commit 823c05e0e8

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 = [