Unverified Commit cf3cdb59 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

authentik: Add missing dependency on bash (#397961)

parents b810b854 0c540cba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  buildNpmPackage,
  buildGoModule,
  runCommand,
  bash,
  chromedriver,
  openapi-generator-cli,
  nodejs,
@@ -343,6 +344,8 @@ stdenvNoCC.mkDerivation {
  pname = "authentik";
  inherit src version;

  buildInputs = [ bash ];

  postPatch = ''
    rm Makefile
    patchShebangs lifecycle/ak