about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/webex
diff options
context:
space:
mode:
authorNikita Uvarov <uv.nikita@gmail.com>2023-05-16 13:43:40 +0200
committerGitHub <noreply@github.com>2023-05-16 13:43:40 +0200
commitc6c6ba285c7934fb6c32bb2e14ee605af307433e (patch)
treef6335bd7efbe61cebcc6edaf2663ddb143661cc2 /pkgs/applications/networking/instant-messengers/webex
parent7d6985f31a97ee2659b3bd6b5e604fbe42666810 (diff)
webex: use libxcrypt-legacy, add tbb (#232008)
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/webex')
-rw-r--r--pkgs/applications/networking/instant-messengers/webex/default.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/webex/default.nix b/pkgs/applications/networking/instant-messengers/webex/default.nix
index a01df75371c85..4487ba18985e6 100644
--- a/pkgs/applications/networking/instant-messengers/webex/default.nix
+++ b/pkgs/applications/networking/instant-messengers/webex/default.nix
@@ -25,7 +25,7 @@
 , udev
 , libxcb
 , libxkbcommon
-, libxcrypt
+, libxcrypt-legacy
 , lshw
 , mesa
 , nspr
@@ -49,6 +49,7 @@
 , xcbutilrenderutil
 , xcbutilwm
 , p7zip
+, tbb
 , wayland
 , libXScrnSaver
 }:
@@ -62,6 +63,10 @@ stdenv.mkDerivation rec {
     sha256 = "c58a0da26c8f64302cc612c60980dbd68c074d6d8a567b3d870d7d6d06b420ad";
   };
 
+  nativeBuildInputs = [
+    p7zip
+  ];
+
   buildInputs = [
     alsa-lib
     at-spi2-atk
@@ -92,7 +97,7 @@ stdenv.mkDerivation rec {
     udev
     libxcb
     libxkbcommon
-    libxcrypt
+    libxcrypt-legacy
     libX11
     libXcomposite
     libXcursor
@@ -110,7 +115,7 @@ stdenv.mkDerivation rec {
     xcbutilkeysyms
     xcbutilrenderutil
     xcbutilwm
-    p7zip
+    tbb
     wayland
   ];