python310Packages.cnvkit: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-02-26 20:12:24 +01:00 committed by GitHub
parent f780ed4c68
commit 9eb255c553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";