Unverified Commit 5de2d504 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] neo4j: fix and enable strictDeps (#409641)

parents 558884cb c44e43f8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"