Merge pull request #93915 from graham33/fix/python-rtmidi-deps

python-rtmidi: add alsaLib and libjack2 deps
This commit is contained in:
Martin Weinelt 2020-07-27 00:28:40 +02:00 committed by GitHub
commit 6bf0672235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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