From 63575456aef4aa7781b35022c9c595556b596309 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Thu, 9 Apr 2020 10:32:40 -0700 Subject: [PATCH] leo-editor: fix makeDesktopItem categories --- pkgs/applications/editors/leo-editor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix index 971829ab31d..f7c6d80dbf1 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 ";" [