Merge pull request #94941 from ryantm/fix-jitsi

jitsi: fix desktop category; patch
This commit is contained in:
Ryan Mulligan 2020-08-08 07:34:54 -07:00 committed by GitHub
commit 37fd49b198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
comment = "VoIP and Instant Messaging client";
desktopName = "Jitsi";
genericName = "Instant Messaging";
categories = "X-Internet;";
categories = "Chat";
};
libPath = lib.makeLibraryPath ([

@ -11,7 +11,7 @@
# Get architecture
ARCH=`uname -m | sed -e s/x86_64/64/ -e s/i.86/32/`
@@ -6,7 +11,9 @@
@@ -6,10 +11,12 @@
# Additionnal JVM arguments
CLIENTARGS=""