authentik: Fix ak script for systemd units (#369445)

This commit is contained in:
Leona Maroni
2025-01-06 13:10:01 +01:00
committed by GitHub
+5
View File
@@ -343,6 +343,11 @@ stdenvNoCC.mkDerivation {
postPatch = ''
rm Makefile
patchShebangs lifecycle/ak
# This causes issues in systemd services
substituteInPlace lifecycle/ak \
--replace-fail 'printf' '>&2 printf' \
--replace-fail '>/dev/stderr' ""
'';
installPhase = ''