mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
Merge pull request #161449 from azuwis/mido
This commit is contained in:
commit
79693517c3
@ -4,9 +4,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, portmidi
|
, portmidi
|
||||||
, pygame
|
|
||||||
, python-rtmidi
|
, python-rtmidi
|
||||||
, rtmidi-python
|
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -27,9 +25,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pygame
|
|
||||||
python-rtmidi
|
python-rtmidi
|
||||||
rtmidi-python
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user