From b557c429cae0160fb1c60a56e3cd08f01e03d2cb Mon Sep 17 00:00:00 2001 From: Thomas BESSOU Date: Sun, 21 Jan 2024 20:46:33 +0100 Subject: [PATCH] streamlink-twitch-gui-bin: add meta.mainProgram So that `nix run` works --- pkgs/applications/video/streamlink-twitch-gui/bin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/video/streamlink-twitch-gui/bin.nix b/pkgs/applications/video/streamlink-twitch-gui/bin.nix index 89a441159de0..ac74ed748f41 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" ]; };