python310Packages.napari-console: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-02-24 16:20:46 +01:00
parent 9ede7bf57b
commit b8907ac527
@@ -7,6 +7,7 @@
, napari-plugin-engine
, pytest
, pytestCheckHook
, pythonOlder
, qtconsole
, setuptools-scm
}:
@@ -14,6 +15,9 @@
buildPythonPackage rec {
pname = "napari-console";
version = "0.0.4";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "napari";