about summary refs log tree commit diff
path: root/pkgs/by-name/au
diff options
context:
space:
mode:
authorJan van Brügge <supermanitu@gmail.com>2024-02-19 18:34:25 +0000
committerJan van Brügge <supermanitu@gmail.com>2024-02-19 18:34:25 +0000
commitd0655c769e557d158231b36f8fd00846004829f6 (patch)
treec9132f60f9dbfac03137d8cdf93dd879cf6d80ed /pkgs/by-name/au
parentabf7f7afff7d7835e8d8e334219d9cdfab533214 (diff)
authentik: Fix logo path for email stage
Diffstat (limited to 'pkgs/by-name/au')
-rw-r--r--pkgs/by-name/au/authentik/package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/au/authentik/package.nix b/pkgs/by-name/au/authentik/package.nix
index a4de19b066d7a..454a994e314b7 100644
--- a/pkgs/by-name/au/authentik/package.nix
+++ b/pkgs/by-name/au/authentik/package.nix
@@ -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 ];