spotify-player: add meta.mainProgram

This commit is contained in:
Mostly Void 2023-01-31 19:18:12 +05:30
parent e15d68cb21
commit 284c674525
No known key found for this signature in database
GPG key ID: E2B7342D0CAA82C2

View file

@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A command driven spotify player";
homepage = "https://github.com/aome510/spotify-player";
mainProgram = "spotify_player";
license = licenses.mit;
maintainers = with maintainers; [ dit7ya ];
};