Change all alsaLib references to alsa-lib

This commit is contained in:
AndersonTorres
2021-06-09 23:57:09 -03:00
parent 7f7f2ef93a
commit e9e5f5f84d
455 changed files with 945 additions and 945 deletions
@@ -33,7 +33,7 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = with pkgs; [ alsaLib ffmpeg_3 libv4l sqlite libvpx ];
buildInputs = with pkgs; [ alsa-lib ffmpeg_3 libv4l sqlite libvpx ];
propagatedBuildInputs = [ cython pkgs.openssl dnspython dateutil xcaplib msrplib lxml python-otr ];
meta = with lib; {