python39Packages.sounddevice: add import check

This commit is contained in:
Sandro Jäckel
2021-08-26 13:50:05 +02:00
parent 4ca67a53c3
commit 79e5c4b77b
@@ -23,6 +23,8 @@ buildPythonPackage rec {
# No tests included nor upstream available.
doCheck = false;
pythonImportsCheck = [ "sounddevice" ];
patches = [
(substituteAll {
src = ./fix-portaudio-library-path.patch;