From cb946ace55232dfc20a349c24cb6e9de015d07cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 2 Feb 2026 09:55:54 -0800 Subject: [PATCH] authentik: depends on cachetools --- pkgs/by-name/au/authentik/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix index adc0aa587bc7..8a4a7c6409e3 100644 --- a/pkgs/by-name/au/authentik/package.nix +++ b/pkgs/by-name/au/authentik/package.nix @@ -340,19 +340,19 @@ let --replace-fail 'web/' '${webui}/' ''; - nativeBuildInputs = [ - prev.hatchling - prev.pythonRelaxDepsHook + build-system = [ + final.hatchling ]; pythonRemoveDeps = [ "dumb-init" ]; pythonRelaxDeps = true; - propagatedBuildInputs = + dependencies = with final; [ argon2-cffi + cachetools channels cryptography dacite