leo-editor: fix makeDesktopItem categories
This commit is contained in:
parent
e8f668185e
commit
63575456ae
@ -25,7 +25,7 @@ mkDerivation rec {
|
||||
desktopName = "Leo";
|
||||
genericName = "Text Editor";
|
||||
categories = lib.concatStringsSep ";" [
|
||||
"Application" "Development" "IDE" "QT"
|
||||
"Application" "Development" "IDE"
|
||||
];
|
||||
startupNotify = "false";
|
||||
mimeType = lib.concatStringsSep ";" [
|
||||
|
Loading…
Reference in New Issue
Block a user