mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python310Packages.aioswitcher: disable on older Python releases
This commit is contained in:
parent
0f2a12dffd
commit
83728a5c43
@ -8,6 +8,7 @@
|
||||
, pytest-resource-path
|
||||
, pytest-sugar
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, time-machine
|
||||
}:
|
||||
|
||||
@ -16,6 +17,8 @@ buildPythonPackage rec {
|
||||
version = "3.1.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TomerFi";
|
||||
repo = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user