python311Packages.async-tkinter-loop: fix build

This commit is contained in:
Patka 2024-02-11 00:09:06 +01:00
parent daafb1238d
commit 3e34b225f9
No known key found for this signature in database

View File

@ -4,6 +4,7 @@
, python3Packages
, poetry-core
, tkinter
, typing-extensions
, pythonRelaxDepsHook
, pytestCheckHook
}:
@ -26,6 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
tkinter
typing-extensions
];
pythonRemoveDeps = [