Merge pull request #290002 from jvanbruegge/authentik-email

authentik: Fix logo path for email stage
This commit is contained in:
Martin Weinelt
2024-02-20 03:40:07 +01:00
committed by GitHub
+2
View File
@@ -118,6 +118,8 @@ let
substituteInPlace pyproject.toml \
--replace-fail 'dumb-init = "*"' "" \
--replace-fail 'djangorestframework-guardian' 'djangorestframework-guardian2'
substituteInPlace authentik/stages/email/utils.py \
--replace-fail 'web/' '${webui}/'
'';
nativeBuildInputs = [ prev.poetry-core ];