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;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
|
||||||
|
|
||||||
# disable dvbscan, as having it enabled causes a network download which
|
# disable dvbscan, as having it enabled causes a network download which
|
||||||
# cannot happen during build.
|
# cannot happen during build.
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in a new issue