summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-rtmidi
AgeCommit message (Collapse)Author
2023-05-09python311Packages.python-rtmidi: disableMartin Weinelt
https://hydra.nixos.org/build/219084783
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-02-16python-rtmidi: fix build on darwinZhong Jianxin
2021-06-22python3Packages.python-rtmidi: 1.4.7 -> 1.4.9Martin Weinelt
2021-06-10Change all alsaLib references to alsa-libAndersonTorres
2021-02-26python3Packages.python-rtmidi: 1.4.6 -> 1.4.7Frederik Rietdijk
2020-10-25pythonPackages.python-rtmidi: 1.4.5 -> 1.4.6Martin Weinelt
2020-08-30python3Packages.python-rtmidi: 1.4.3 -> 1.4.5Frederik Rietdijk
2020-08-16python: python-rtmidi: 1.4.2 -> 1.4.3Frederik Rietdijk
2020-08-04python: python-rtmidi: 1.4.1 -> 1.4.2Frederik Rietdijk
2020-07-26python-rtmidi: add alsaLib and libjack2 depsGraham Bennett
python-rtmidi includes the rtmidi C++ library as a submodule (which is unfortunate since rtmidi is separately packaged in nixpkgs already) and wraps it using Cython. Without these dependencies, python-rtmidi won't build support for ALSA or jack into the compiled rtmidi, and will only have the 'dummy' API available.
2020-06-25pythonPackages.python-rtmidi: init at 1.4.1Martin Weinelt