webex: use non-aliased alsa-lib
This commit is contained in:
parent
b003abde05
commit
0893e1f0e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue