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:
@@ -36,6 +36,10 @@ buildPythonPackage rec {
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--prefix" "PYTHONPATH" ":" "$PYTHONPATH"
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"cookiecutter"
|
||||
"packaging"
|
||||
|
||||
Reference in New Issue
Block a user