Merge pull request #135781 from SuperSandro2000/python38Packages.sounddevice

This commit is contained in:
Sandro 2021-08-26 18:15:08 +02:00 committed by GitHub
commit 1342239293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ buildPythonPackage rec {
# No tests included nor upstream available.
doCheck = false;
pythonImportsCheck = [ "sounddevice" ];
patches = [
(substituteAll {
src = ./fix-portaudio-library-path.patch;