summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/leo-editor/default.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-04-09 10:32:40 -0700
committerJon <jonringer@users.noreply.github.com>2020-04-09 10:47:54 -0700
commit63575456aef4aa7781b35022c9c595556b596309 (patch)
tree80b9e0f7838258340968253afdd42ca6135d6cbf /pkgs/applications/editors/leo-editor/default.nix
parente8f668185e472cc1264f338eb3dddefa19e06523 (diff)
leo-editor: fix makeDesktopItem categories
Diffstat (limited to 'pkgs/applications/editors/leo-editor/default.nix')
-rw-r--r--pkgs/applications/editors/leo-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix
index 971829ab31da..f7c6d80dbf1a 100644
--- a/pkgs/applications/editors/leo-editor/default.nix
+++ b/pkgs/applications/editors/leo-editor/default.nix
@@ -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 ";" [