mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
webex: use libxcrypt-legacy, add tbb (#232008)
This commit is contained in:
parent
7d6985f31a
commit
c6c6ba285c
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user