python3Packages.flet: fix flet by nix run complaining about missing flet
Signed-off-by: lucasew <lucas59356@gmail.com>
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