python310Packages.in-place: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-10-14 20:51:08 +02:00 committed by GitHub
parent 0b76dd155c
commit aa0f46baa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
, fetchFromGitHub
, lib
, pytestCheckHook
, pythonOlder
, setuptools
}:
@ -10,6 +11,8 @@ buildPythonPackage rec {
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "jwodder";
repo = "inplace";