Skip to content

Commit 397d06d

Browse files
committed
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.
1 parent e54722a commit 397d06d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/networking/instant-messengers/jitsi/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
2020
comment = "VoIP and Instant Messaging client";
2121
desktopName = "Jitsi";
2222
genericName = "Instant Messaging";
23-
categories = "X-Internet;";
23+
categories = "Chat";
2424
};
2525

2626
libPath = lib.makeLibraryPath ([

pkgs/applications/networking/instant-messengers/jitsi/jitsi.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

0 commit comments

Comments
 (0)