lol

pass: fix strictDeps build

+3
+3
pkgs/tools/security/pass/default.nix
··· 3 3 lib, 4 4 pkgs, 5 5 fetchurl, 6 + bash, 6 7 buildEnv, 7 8 coreutils, 8 9 findutils, ··· 91 92 ] ++ lib.optional stdenv.hostPlatform.isDarwin ./no-darwin-getopt.patch; 92 93 93 94 nativeBuildInputs = [ makeWrapper ]; 95 + 96 + buildInputs = [ bash ]; 94 97 95 98 installFlags = [ 96 99 "PREFIX=$(out)"