Merge pull request #93915 from graham33/fix/python-rtmidi-deps
python-rtmidi: add alsaLib and libjack2 deps
This commit is contained in:
commit
6bf0672235
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, isPy27
|
||||
, tox, flake8, alabaster
|
||||
, pkg-config, alsaLib, libjack2, tox, flake8, alabaster
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -12,6 +12,8 @@ buildPythonPackage rec {
|
|||
sha256 = "0b0y3hnjl2fvm3jyfvp1msfikp19vbqqqi7lawgy3azisvdyrgq7";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ alsaLib libjack2 ];
|
||||
checkInputs = [
|
||||
tox
|
||||
flake8
|
||||
|
|
Loading…
Reference in a new issue