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:
parent
e54722a041
commit
397d06d212
@ -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=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user