Merge pull request #178576 from lilyinstarlight/fix/clickgen-py310
This commit is contained in:
commit
c105011ec5
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, stdenv
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, pythonAtLeast
|
||||
, fetchFromGitHub
|
||||
, pillow
|
||||
, libX11
|
||||
|
@ -17,7 +16,7 @@ buildPythonPackage rec {
|
|||
version = "1.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8" || pythonAtLeast "3.10";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ful1e5";
|
||||
|
|
Loading…
Reference in a new issue