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 7 buildNpmPackage, 8 8 buildGoModule, 9 9 runCommand, 10 + bash, 10 11 chromedriver, 11 12 openapi-generator-cli, 12 13 nodejs, ··· 342 343 stdenvNoCC.mkDerivation { 343 344 pname = "authentik"; 344 345 inherit src version; 346 + 347 + buildInputs = [ bash ]; 345 348 346 349 postPatch = '' 347 350 rm Makefile