Merge pull request #68624 from aanderse/zhf/tvheadend
tvheadend: fix broken build
This commit is contained in:
commit
e0b945b166
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue