fluffychat: fix desktop icon

type needs to be a list
This commit is contained in:
Jörg Thalheim 2022-03-08 16:11:06 +01:00
parent f3583e5c2d
commit d29b6934ab
No known key found for this signature in database

View file

@ -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 = [