summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-28 12:47:25 +0200
committerGitHub <noreply@github.com>2022-10-28 12:47:25 +0200
commit47293efac99595f29f28f58bc8c161137a543df5 (patch)
tree883e685a0954dbc3ca60a85df16508f933ac71a1
parentMerge pull request #198027 from vbgl/alkalami-1.200 (diff)
parentwebex: Add libxcrypt for libcrypt.so.1 (diff)
downloadnixpkgs-47293efac99595f29f28f58bc8c161137a543df5.tar.gz
Merge pull request #197497 from martiert/webex
-rw-r--r--pkgs/applications/networking/instant-messengers/webex/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/webex/default.nix b/pkgs/applications/networking/instant-messengers/webex/default.nix
index cee02cf32dba..bd75eb06f6f0 100644
--- a/pkgs/applications/networking/instant-messengers/webex/default.nix
+++ b/pkgs/applications/networking/instant-messengers/webex/default.nix
@@ -25,6 +25,7 @@
, udev
, libxcb
, libxkbcommon
+, libxcrypt
, lshw
, mesa
, nspr
@@ -91,6 +92,7 @@ stdenv.mkDerivation rec {
udev
libxcb
libxkbcommon
+ libxcrypt
libX11
libXcomposite
libXcursor