python3Packages.sounddevice: disable <python3.5
This commit is contained in:
parent
589335b829
commit
5b52eb9752
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, cffi
|
||||
, numpy
|
||||
, portaudio
|
||||
|
@ -10,6 +11,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "sounddevice";
|
||||
version = "0.4.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue