about summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink-twitch-gui
diff options
context:
space:
mode:
authorThomas BESSOU <thomas.bessou@hotmail.fr>2024-01-21 20:46:33 +0100
committerYaya <github@uwu.is>2024-01-23 08:18:53 +0100
commitb557c429cae0160fb1c60a56e3cd08f01e03d2cb (patch)
treeff15b588872ea56c0ef7e214d9457b9a79fd585c /pkgs/applications/video/streamlink-twitch-gui
parent4a322ccd6a83420e068b873f73e7b59cc8893271 (diff)
streamlink-twitch-gui-bin: add meta.mainProgram
So that `nix run` works
Diffstat (limited to 'pkgs/applications/video/streamlink-twitch-gui')
-rw-r--r--pkgs/applications/video/streamlink-twitch-gui/bin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/streamlink-twitch-gui/bin.nix b/pkgs/applications/video/streamlink-twitch-gui/bin.nix
index 89a441159de0e..ac74ed748f41c 100644
--- a/pkgs/applications/video/streamlink-twitch-gui/bin.nix
+++ b/pkgs/applications/video/streamlink-twitch-gui/bin.nix
@@ -121,6 +121,7 @@ stdenv.mkDerivation rec {
     downloadPage = "https://github.com/streamlink/streamlink-twitch-gui/releases";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.mit;
+    mainProgram = "streamlink-twitch-gui";
     maintainers = with maintainers; [ rileyinman ];
     platforms = [ "x86_64-linux" "i686-linux" ];
   };