Skip to content

Commit cf3cdb5

Browse files
authentik: Add missing dependency on bash (NixOS#397961)
2 parents b810b85 + 0c540cb commit cf3cdb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/au/authentik/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
buildNpmPackage,
88
buildGoModule,
99
runCommand,
10+
bash,
1011
chromedriver,
1112
openapi-generator-cli,
1213
nodejs,
@@ -343,6 +344,8 @@ stdenvNoCC.mkDerivation {
343344
pname = "authentik";
344345
inherit src version;
345346

347+
buildInputs = [ bash ];
348+
346349
postPatch = ''
347350
rm Makefile
348351
patchShebangs lifecycle/ak

0 commit comments

Comments
 (0)