neo4j: fix and enable strictDeps

neo4j-admin is a bash script.

+3
+3
pkgs/by-name/ne/neo4j/package.nix
··· 7 7 openjdk17, 8 8 which, 9 9 gawk, 10 + bashNonInteractive, 10 11 }: 11 12 12 13 stdenv.mkDerivation rec { ··· 19 20 }; 20 21 21 22 nativeBuildInputs = [ makeWrapper ]; 23 + buildInputs = [ bashNonInteractive ]; 24 + strictDeps = true; 22 25 23 26 installPhase = '' 24 27 mkdir -p "$out/share/neo4j"