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,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, cython, alsaLib }:
{ lib, buildPythonPackage, fetchPypi, cython, alsa-lib }:
buildPythonPackage rec {
pname = "rtmidi-python";
@@ -14,7 +14,7 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [ cython ];
buildInputs = [ alsaLib ];
buildInputs = [ alsa-lib ];
setupPyBuildFlags = [ "--from-cython" ];