Commit 161f6b04 authored by lucasew's avatar lucasew
Browse files

python3Packages.flet: fix flet by nix run complaining about missing flet



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent 49aefbf4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@ buildPythonPackage rec {
    pythonRelaxDepsHook
  ];

  makeWrapperArgs = [
    "--prefix" "PYTHONPATH" ":" "$PYTHONPATH"
  ];

  pythonRelaxDeps = [
    "cookiecutter"
    "packaging"