nixpkgs/pkgs/servers/search/elasticsearch
Andrew Childs 8fba8ef596 elasticsearch7: remove manual elf patching
The options as specified were not a coherent set. There were three
things to consider: autoPatchelfHook, the regular rpath
fixup (controlled by dontPatchELF) and the elf interpreter rewrite in
the postFixup hook.

The autoPatchelfHook will set the interpreter, so the explicit
invocation of patchelf to do so in postFixup should not be required.

The autoPatchelfHook will rewrite rpaths entirely, so disabling the
rpath minimizing via dontPatchELF should have no effect.
2021-11-03 11:37:07 +01:00
..
6.x.nix servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
7.x.nix elasticsearch7: remove manual elf patching 2021-11-03 11:37:07 +01:00
es-home-6.x.patch
plugins.nix elasticsearch/plugins: 7.5.1 -> 7.11.1 2021-11-03 11:30:12 +01:00