diff options
author | Jonathan Ringer <jonringer117@gmail.com> | 2022-07-31 11:55:16 -0700 |
---|---|---|
committer | Jonathan Ringer <jonringer117@gmail.com> | 2022-07-31 11:55:16 -0700 |
commit | 0893e1f0e593472b6f8f209959960a165c9bd48a (patch) | |
tree | 42e2a3ac24961509c18b7ad3c382c01658d89170 /pkgs | |
parent | b003abde0586fcc6ce2c021ed0b024a38d203316 (diff) |
webex: use non-aliased alsa-lib
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/applications/networking/instant-messengers/webex/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/webex/default.nix b/pkgs/applications/networking/instant-messengers/webex/default.nix index 293f6747d3f42..f324dd0db0830 100644 --- a/pkgs/applications/networking/instant-messengers/webex/default.nix +++ b/pkgs/applications/networking/instant-messengers/webex/default.nix @@ -2,7 +2,7 @@ , writeScript , stdenv , fetchurl -, alsaLib +, alsa-lib , at-spi2-atk , at-spi2-core , atk @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { }; buildInputs = [ - alsaLib + alsa-lib at-spi2-atk at-spi2-core atk |