authentik: Add missing dependency on bash (#397961)

This commit is contained in:
Arne Keller
2025-04-12 08:06:43 +02:00
committed by GitHub
+3
View File
@@ -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