psst: refactor for makeDesktopItem changes
This commit is contained in:
parent
1530197670
commit
0bb9971c38
@ -55,10 +55,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
name = pname;
|
name = pname;
|
||||||
desktopName = "psst";
|
desktopName = "psst";
|
||||||
genericName = "Spotify Player";
|
genericName = "Spotify Player";
|
||||||
categories = "AudioVideo;Audio;Network;Player;";
|
categories = [ "AudioVideo" "Audio" "Network" "Player" ];
|
||||||
comment = "Spotify client with native GUI";
|
comment = "Spotify client with native GUI";
|
||||||
exec = "psst-gui";
|
exec = "psst-gui";
|
||||||
extraEntries = "Keywords=spotify;music;";
|
keywords = [ "spotify" "music" ];
|
||||||
icon = "spotify";
|
icon = "spotify";
|
||||||
type = "Application";
|
type = "Application";
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user