mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:57:36 +00:00
tvheadend: fix broken build
This commit is contained in:
parent
2a10e8fef5
commit
823c05e0e8
@ -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 New Issue
Block a user