about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sounddevice
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-26 18:15:08 +0200
committerGitHub <noreply@github.com>2021-08-26 18:15:08 +0200
commit1342239293ea71ab36964b24fbe08261aa7ff7a2 (patch)
treecdb04a6ed8a663326f350da41973eef9dee95efb /pkgs/development/python-modules/sounddevice
parent51316eec44649e322b0834d7218d6cee06ce9706 (diff)
parent79e5c4b77b191631c1c540871aef7dcafd3abd5c (diff)
Merge pull request #135781 from SuperSandro2000/python38Packages.sounddevice
Diffstat (limited to 'pkgs/development/python-modules/sounddevice')
-rw-r--r--pkgs/development/python-modules/sounddevice/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/sounddevice/default.nix b/pkgs/development/python-modules/sounddevice/default.nix
index 9ada3c6603a70..3cb0e4b66318e 100644
--- a/pkgs/development/python-modules/sounddevice/default.nix
+++ b/pkgs/development/python-modules/sounddevice/default.nix
@@ -23,6 +23,8 @@ buildPythonPackage rec {
   # No tests included nor upstream available.
   doCheck = false;
 
+  pythonImportsCheck = [ "sounddevice" ];
+
   patches = [
     (substituteAll {
       src = ./fix-portaudio-library-path.patch;