python310Packages.jsons: disable on unsupported Python releases
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ lib
|
||||
, attrs
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, attrs
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, typish
|
||||
, tzdata
|
||||
}:
|
||||
@@ -10,6 +11,9 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "jsons";
|
||||
version = "1.6.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ramonhagenaars";
|
||||
|
||||
Reference in New Issue
Block a user