Merge pull request #320913 from lucasew/20240618-fix-flet

python3Packages.flet: fix flet by nix run complaining about missing flet
This commit is contained in:
Artturin 2024-07-04 14:53:15 +03:00 committed by GitHub
commit 8d7e1c4f0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,10 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];
makeWrapperArgs = [
"--prefix" "PYTHONPATH" ":" "$PYTHONPATH"
];
pythonRelaxDeps = [
"cookiecutter"
"packaging"