neo4j: fix and enable strictDeps

neo4j-admin is a bash script.
This commit is contained in:
FliegendeWurst 2025-05-19 18:45:01 +02:00
parent 1744aeacbb
commit c08e5ee6d9

View file

@ -7,6 +7,7 @@
openjdk17,
which,
gawk,
bashNonInteractive,
}:
stdenv.mkDerivation rec {
@ -19,6 +20,8 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bashNonInteractive ];
strictDeps = true;
installPhase = ''
mkdir -p "$out/share/neo4j"