We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b810b85 + 0c540cb commit cf3cdb5Copy full SHA for cf3cdb5
pkgs/by-name/au/authentik/package.nix
@@ -7,6 +7,7 @@
7
buildNpmPackage,
8
buildGoModule,
9
runCommand,
10
+ bash,
11
chromedriver,
12
openapi-generator-cli,
13
nodejs,
@@ -343,6 +344,8 @@ stdenvNoCC.mkDerivation {
343
344
pname = "authentik";
345
inherit src version;
346
347
+ buildInputs = [ bash ];
348
+
349
postPatch = ''
350
rm Makefile
351
patchShebangs lifecycle/ak
0 commit comments