From b181066893ca5221cc765cba413416f86cd21097 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sat, 21 Jun 2025 12:43:05 -0400 Subject: [PATCH] prefect: fix build This adds the whenever missing dependency and fixes build I'm not sure why this wasn't caught by the ryantm build script when the update was made --- pkgs/by-name/pr/prefect/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/pr/prefect/package.nix b/pkgs/by-name/pr/prefect/package.nix index 752b6d9f8baf..31ae575004a0 100644 --- a/pkgs/by-name/pr/prefect/package.nix +++ b/pkgs/by-name/pr/prefect/package.nix @@ -86,6 +86,7 @@ python3Packages.buildPythonApplication rec { ujson uvicorn websockets + whenever uv ] ++ sqlalchemy.optional-dependencies.asyncio