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
@@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, isPy27
, pkg-config, alsaLib, libjack2, tox, flake8, alabaster
, pkg-config, alsa-lib, libjack2, tox, flake8, alabaster
}:
buildPythonPackage rec {
@@ -13,7 +13,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ alsaLib libjack2 ];
buildInputs = [ alsa-lib libjack2 ];
checkInputs = [
tox
flake8