neo4j: fix and enable strictDeps (#408994)

This commit is contained in:
Aleksana
2025-05-22 13:10:41 +08:00
committed by GitHub
+3
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"