python310Packages.cnvkit: disable on unsupported Python releases
This commit is contained in:
parent
f780ed4c68
commit
9eb255c553
1 changed files with 4 additions and 0 deletions
|
@ -16,12 +16,16 @@
|
|||
, pomegranate
|
||||
, pyfaidx
|
||||
, python
|
||||
, pythonOlder
|
||||
, R
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cnvkit";
|
||||
version = "0.9.10";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "etal";
|
||||
|
|
Loading…
Reference in a new issue