mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
correct typing_extensions error
This commit is contained in:
parent
77aa81cbfd
commit
2f618b1abd
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
flit-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
|
||||
propagatedBuildInputs = lib.optionals (pythonOlder "3.10") [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user