Unverified Commit 0592ec93 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

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

parents df1e6caf 5bff874f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = ''