dtv-scan-tables: rename to dtv-scan-tables_tvheadend

This happens in preparation of the introduction
of an alternate version, maintained by linuxtv.
This commit is contained in:
Yarny0 2023-01-14 12:49:17 +01:00
parent b8714f08a4
commit 0a2b99bbc2
2 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "dtv-scan-tables";
version = "20221027";
version = "20221027-tvheadend";
src = fetchFromGitHub {
owner = "tvheadend";

View file

@ -455,7 +455,7 @@ with pkgs;
dsq = callPackage ../tools/misc/dsq { };
dtv-scan-tables = callPackage ../data/misc/dtv-scan-tables { };
dtv-scan-tables_tvheadend = callPackage ../data/misc/dtv-scan-tables/tvheadend.nix { };
dufs = callPackage ../servers/http/dufs {
inherit (darwin.apple_sdk.frameworks) Security;
@ -37818,7 +37818,9 @@ with pkgs;
tvbrowser-bin = callPackage ../applications/misc/tvbrowser/bin.nix { };
tvheadend = callPackage ../servers/tvheadend { };
tvheadend = callPackage ../servers/tvheadend {
dtv-scan-tables = dtv-scan-tables_tvheadend;
};
twiggy = callPackage ../development/tools/twiggy { };