python3Packages.pyhaversion: disable < 3.8, not >= 3.8
This commit is contained in:
parent
721a4ecfa6
commit
db1cc4704d
@ -5,7 +5,7 @@
|
|||||||
, awesomeversion
|
, awesomeversion
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pythonAtLeast
|
, pythonOlder
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
version = "20.12.1";
|
version = "20.12.1";
|
||||||
|
|
||||||
# Only 3.8.0 and beyond are supported
|
# Only 3.8.0 and beyond are supported
|
||||||
disabled = pythonAtLeast "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ludeeus";
|
owner = "ludeeus";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user