about summary refs log tree commit diff
path: root/pkgs/applications/video/stremio
diff options
context:
space:
mode:
authorlucasew <lucas59356@gmail.com>2023-08-07 15:54:00 -0300
committerlucasew <lucas59356@gmail.com>2023-08-07 15:54:00 -0300
commitb622967c3abfabb467e5d3e8695b8af9fbe1aae6 (patch)
tree8b331a680fd10d1e9d1776ee1f673364d9c5635e /pkgs/applications/video/stremio
parent5624e06ecf747556783b2df2cccdb58381789549 (diff)
stremio: fix meta.mainProgram
Signed-off-by: lucasew <lucas59356@gmail.com>
Diffstat (limited to 'pkgs/applications/video/stremio')
-rw-r--r--pkgs/applications/video/stremio/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/stremio/default.nix b/pkgs/applications/video/stremio/default.nix
index f1b469006a709..d64730f78a737 100644
--- a/pkgs/applications/video/stremio/default.nix
+++ b/pkgs/applications/video/stremio/default.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
+    mainProgram = "stremio";
     description = "A modern media center that gives you the freedom to watch everything you want.";
     homepage = "https://www.stremio.com/";
     # (Server-side) web UI is closed source now, apparently they work on open-sourcing it.