about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-08-07 23:51:37 +0300
committerGitHub <noreply@github.com>2023-08-07 23:51:37 +0300
commitb7471a83f427c2799fd47b8692445c31a330388e (patch)
treeec799e2b0211f4c6311a94caa530d5fbad57c607 /pkgs
parentd717d897135a2dc5ecb31df06ce724f09fa7cfed (diff)
parentb622967c3abfabb467e5d3e8695b8af9fbe1aae6 (diff)
downloadnixlib-b7471a83f427c2799fd47b8692445c31a330388e.tar
nixlib-b7471a83f427c2799fd47b8692445c31a330388e.tar.gz
nixlib-b7471a83f427c2799fd47b8692445c31a330388e.tar.bz2
nixlib-b7471a83f427c2799fd47b8692445c31a330388e.tar.lz
nixlib-b7471a83f427c2799fd47b8692445c31a330388e.tar.xz
nixlib-b7471a83f427c2799fd47b8692445c31a330388e.tar.zst
nixlib-b7471a83f427c2799fd47b8692445c31a330388e.zip
Merge pull request #247796 from lucasew/stremio/fix-mainProgram
Diffstat (limited to 'pkgs')
-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 f1b469006a70..d64730f78a73 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.