From 7d39ebe56c412a6bb515fb702cf4f6383b62ff75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Erts=C3=A5s?= Date: Mon, 24 Oct 2022 08:55:55 +0200 Subject: [PATCH] webex: Add libxcrypt for libcrypt.so.1 Webex depends on it, and it has been made optional in glibc --- .../networking/instant-messengers/webex/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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