authentik: Add missing dependency on bash (#397961)

authored by Arne Keller and committed by GitHub cf3cdb59 b810b854

+3
+3
pkgs/by-name/au/authentik/package.nix
··· 7 buildNpmPackage, 8 buildGoModule, 9 runCommand, 10 chromedriver, 11 openapi-generator-cli, 12 nodejs, ··· 342 stdenvNoCC.mkDerivation { 343 pname = "authentik"; 344 inherit src version; 345 346 postPatch = '' 347 rm Makefile
··· 7 buildNpmPackage, 8 buildGoModule, 9 runCommand, 10 + bash, 11 chromedriver, 12 openapi-generator-cli, 13 nodejs, ··· 343 stdenvNoCC.mkDerivation { 344 pname = "authentik"; 345 inherit src version; 346 + 347 + buildInputs = [ bash ]; 348 349 postPatch = '' 350 rm Makefile