webex: use libxcrypt-legacy, add tbb (#232008)

This commit is contained in:
Nikita Uvarov 2023-05-16 13:43:40 +02:00 committed by GitHub
parent 7d6985f31a
commit c6c6ba285c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
];