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

View File

@@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchFromGitHub, GitPython
, libpcap, meson, ninja, pillow, pkg-config, pygobject3, SDL2
, alsaLib, soundtouch, openal
, alsa-lib, soundtouch, openal
}:
let
@@ -26,7 +26,7 @@ buildPythonPackage rec {
cp -R --no-preserve=mode ${desmume} __build_desmume
'';
buildInputs = [ GitPython libpcap SDL2 alsaLib soundtouch openal ];
buildInputs = [ GitPython libpcap SDL2 alsa-lib soundtouch openal ];
nativeBuildInputs = [ meson ninja pkg-config ];
propagatedBuildInputs = [ pillow pygobject3 ];

View File

@@ -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

View File

@@ -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" ];

View File

@@ -1,4 +1,4 @@
{ alsaLib, buildPythonPackage, fetchFromGitHub, isPy27, lib }:
{ alsa-lib, buildPythonPackage, fetchFromGitHub, isPy27, lib }:
buildPythonPackage rec {
pname = "simpleaudio";
@@ -12,7 +12,7 @@ buildPythonPackage rec {
sha256 = "12nypzb1m14yip4zrbzin5jc5awyp1d5md5y40g5anj4phb4hx1i";
};
buildInputs = [ alsaLib ];
buildInputs = [ alsa-lib ];
meta = with lib; {
homepage = "https://github.com/hamiltron/py-simple-audio";

View File

@@ -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; {