From 807e45f643e508ad2add234e4859407b53078b01 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 7 May 2020 15:17:09 -0500 Subject: jitsi: use X-Internet for desktop categories avoids error from incorrect category name. --- pkgs/applications/networking/instant-messengers/jitsi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/jitsi/default.nix b/pkgs/applications/networking/instant-messengers/jitsi/default.nix index 13013dc4c7533..025b66852f4ab 100644 --- a/pkgs/applications/networking/instant-messengers/jitsi/default.nix +++ b/pkgs/applications/networking/instant-messengers/jitsi/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { comment = "VoIP and Instant Messaging client"; desktopName = "Jitsi"; genericName = "Instant Messaging"; - categories = "Application;Internet;"; + categories = "Application;X-Internet;"; }; libPath = lib.makeLibraryPath ([ -- cgit 1.4.1