leo-editor: fix makeDesktopItem categories

This commit is contained in:
Jonathan Ringer 2020-04-09 10:32:40 -07:00 committed by Jon
parent e8f668185e
commit 63575456ae

View File

@ -25,7 +25,7 @@ mkDerivation rec {
desktopName = "Leo"; desktopName = "Leo";
genericName = "Text Editor"; genericName = "Text Editor";
categories = lib.concatStringsSep ";" [ categories = lib.concatStringsSep ";" [
"Application" "Development" "IDE" "QT" "Application" "Development" "IDE"
]; ];
startupNotify = "false"; startupNotify = "false";
mimeType = lib.concatStringsSep ";" [ mimeType = lib.concatStringsSep ";" [