Merge pull request #135781 from SuperSandro2000/python38Packages.sounddevice
This commit is contained in:
commit
1342239293
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ buildPythonPackage rec {
|
|||
# No tests included nor upstream available.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "sounddevice" ];
|
||||
|
||||
patches = [
|
||||
(substituteAll {
|
||||
src = ./fix-portaudio-library-path.patch;
|
||||
|
|
Loading…
Reference in a new issue