fluffychat: fix desktop icon
type needs to be a list
This commit is contained in:
parent
f3583e5c2d
commit
d29b6934ab
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ flutter.mkFlutterApp rec {
|
|||
icon = "fluffychat";
|
||||
desktopName = "Fluffychat";
|
||||
genericName = "Chat with your friends (matrix client)";
|
||||
categories = "Chat;Network;InstantMessaging;";
|
||||
categories = [ "Chat" "Network" "InstantMessaging" ];
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue