mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
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";
|
comment = "VoIP and Instant Messaging client";
|
||||||
desktopName = "Jitsi";
|
desktopName = "Jitsi";
|
||||||
genericName = "Instant Messaging";
|
genericName = "Instant Messaging";
|
||||||
categories = "X-Internet;";
|
categories = "Chat";
|
||||||
};
|
};
|
||||||
|
|
||||||
libPath = lib.makeLibraryPath ([
|
libPath = lib.makeLibraryPath ([
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Get architecture
|
# Get architecture
|
||||||
ARCH=`uname -m | sed -e s/x86_64/64/ -e s/i.86/32/`
|
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
|
# Additionnal JVM arguments
|
||||||
CLIENTARGS=""
|
CLIENTARGS=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user