mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
neo4j: fix and enable strictDeps
neo4j-admin is a bash script.
(cherry picked from commit c08e5ee6d9)
This commit is contained in:
committed by
github-actions[bot]
parent
f2b166b813
commit
c44e43f872
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user