Merge pull request #114830 from rloewe/master
elasticsearch: Fix broken unfree version
This commit is contained in:
commit
369dac8438
@ -62,7 +62,7 @@ stdenv.mkDerivation (rec {
|
|||||||
};
|
};
|
||||||
} // optionalAttrs enableUnfree {
|
} // optionalAttrs enableUnfree {
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];
|
||||||
runtimeDependencies = [ zlib ];
|
runtimeDependencies = [ zlib ];
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
for exe in $(find $out/modules/x-pack-ml/platform/linux-x86_64/bin -executable -type f); do
|
for exe in $(find $out/modules/x-pack-ml/platform/linux-x86_64/bin -executable -type f); do
|
||||||
|
@ -73,7 +73,7 @@ stdenv.mkDerivation (rec {
|
|||||||
};
|
};
|
||||||
} // optionalAttrs enableUnfree {
|
} // optionalAttrs enableUnfree {
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
nativeBuildInputs = [ autoPatchelfHook ];
|
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];
|
||||||
runtimeDependencies = [ zlib ];
|
runtimeDependencies = [ zlib ];
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
for exe in $(find $out/modules/x-pack-ml/platform/linux-x86_64/bin -executable -type f); do
|
for exe in $(find $out/modules/x-pack-ml/platform/linux-x86_64/bin -executable -type f); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user