authentik: Fix logo path for email stage

This commit is contained in:
Jan van Brügge 2024-02-19 18:34:25 +00:00
parent abf7f7afff
commit d0655c769e
No known key found for this signature in database
GPG Key ID: 88E0BF7B7A546481

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 ];