python3Packages.pyhaversion: disable < 3.8, not >= 3.8

This commit is contained in:
Martin Weinelt 2021-01-14 23:52:50 +01:00
parent 721a4ecfa6
commit db1cc4704d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,7 +5,7 @@
, awesomeversion
, buildPythonPackage
, fetchFromGitHub
, pythonAtLeast
, pythonOlder
, pytest-asyncio
, pytestCheckHook
}:
@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "20.12.1";
# Only 3.8.0 and beyond are supported
disabled = pythonAtLeast "3.8";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "ludeeus";