Unverified Commit 8d7e1c4f authored by Artturin's avatar Artturin Committed by GitHub
Browse files

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

python3Packages.flet: fix flet by nix run complaining about missing flet
parents e5d825c3 161f6b04
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"