dbeaver-bin: add autoPatchelfHook
This commit is contained in:
parent
1d1f1cdb90
commit
e2f08e06d8
@ -4,6 +4,7 @@
|
||||
, makeWrapper
|
||||
, openjdk17
|
||||
, gnused
|
||||
, autoPatchelfHook
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
@ -13,6 +14,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
gnused
|
||||
autoPatchelfHook
|
||||
];
|
||||
|
||||
src =
|
||||
|
Loading…
Reference in New Issue
Block a user