fluffychat: fix desktop icon

type needs to be a list
This commit is contained in:
Jörg Thalheim
2022-03-08 16:12:09 +01:00
parent f3583e5c2d
commit d29b6934ab
@@ -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 = [