Unverified Commit c6c6ba28 authored by Nikita Uvarov's avatar Nikita Uvarov Committed by GitHub
Browse files

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

parent 7d6985f3
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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
  ];