python310Packages.snitun: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-02-19 20:39:32 +01:00 committed by Martin Weinelt
parent f158cca1b8
commit 020c62dd37

View File

@ -7,11 +7,15 @@
, fetchFromGitHub
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "snitun";
version = "0.33.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "NabuCasa";