streamlink-twitch-gui-bin: add meta.mainProgram

So that `nix run` works
This commit is contained in:
Thomas BESSOU 2024-01-21 20:46:33 +01:00 committed by Yaya
parent 4a322ccd6a
commit b557c429ca

View File

@ -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" ];
};