psst: refactor for makeDesktopItem changes

This commit is contained in:
xeals 2022-03-01 11:15:16 +11:00
parent 1530197670
commit 0bb9971c38
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

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