summary refs log tree commit diff
path: root/pkgs/applications/misc/tvbrowser/bin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/tvbrowser/bin.nix')
-rw-r--r--pkgs/applications/misc/tvbrowser/bin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tvbrowser/bin.nix b/pkgs/applications/misc/tvbrowser/bin.nix
index 887a979219d..690dd9d64ad 100644
--- a/pkgs/applications/misc/tvbrowser/bin.nix
+++ b/pkgs/applications/misc/tvbrowser/bin.nix
@@ -47,6 +47,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Electronic TV Program Guide";
     homepage = "https://www.tvbrowser.org/";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ jfrankenau ];