mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
Change all alsaLib references to alsa-lib
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user