jitsi: fix desktop category; patch

The patch was trying to add LD_LIBRARY_PATH to the beginning of the
wrapper, but it was failing to do that.

There are still background errors when starting the binary.
This commit is contained in:
Ryan Mulligan 2020-08-08 06:26:02 -07:00
parent e54722a041
commit 397d06d212
2 changed files with 2 additions and 2 deletions

View File

@ -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 ([

View File

@ -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=""