From 0bb9971c3860e1bfa8c10dd5cdd1fb5b857fb06b Mon Sep 17 00:00:00 2001 From: xeals Date: Tue, 1 Mar 2022 11:15:16 +1100 Subject: [PATCH] psst: refactor for makeDesktopItem changes --- pkgs/applications/audio/psst/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/psst/default.nix b/pkgs/applications/audio/psst/default.nix index 3c738d1..ec7ffc4 100644 --- a/pkgs/applications/audio/psst/default.nix +++ b/pkgs/applications/audio/psst/default.nix @@ -55,10 +55,10 @@ rustPlatform.buildRustPackage rec { name = pname; desktopName = "psst"; genericName = "Spotify Player"; - categories = "AudioVideo;Audio;Network;Player;"; + categories = [ "AudioVideo" "Audio" "Network" "Player" ]; comment = "Spotify client with native GUI"; exec = "psst-gui"; - extraEntries = "Keywords=spotify;music;"; + keywords = [ "spotify" "music" ]; icon = "spotify"; type = "Application"; })