tvheadend: fix build by disabling dvbscan
This commit is contained in:
parent
e7d81a371b
commit
18308e6b56
@ -1,4 +1,5 @@
|
|||||||
{avahi, dbus, fetchurl, git, gzip, libav, libiconv, openssl, pkgconfig, python, stdenv, which, zlib}:
|
{avahi, dbus, fetchurl, git, gzip, libav, libiconv, openssl, pkgconfig, python
|
||||||
|
, stdenv, which, zlib}:
|
||||||
|
|
||||||
let version = "4.0.4";
|
let version = "4.0.4";
|
||||||
pkgName = "tvheadend"; in
|
pkgName = "tvheadend"; in
|
||||||
@ -13,7 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ avahi dbus git gzip libav libiconv openssl pkgconfig python which zlib];
|
configureFlags = [ "--disable-dvbscan" ];
|
||||||
|
|
||||||
|
buildInputs = [ avahi dbus git gzip libav libiconv openssl pkgconfig python
|
||||||
|
which zlib ];
|
||||||
|
|
||||||
preConfigure = "patchShebangs ./configure";
|
preConfigure = "patchShebangs ./configure";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user