dbeaver-bin: add autoPatchelfHook

This commit is contained in:
Naxdy 2024-05-20 08:38:40 +02:00
parent 1d1f1cdb90
commit e2f08e06d8
No known key found for this signature in database
GPG Key ID: CC15075846BCE91B

View File

@ -4,6 +4,7 @@
, makeWrapper
, openjdk17
, gnused
, autoPatchelfHook
}:
stdenvNoCC.mkDerivation (finalAttrs: {
@ -13,6 +14,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
nativeBuildInputs = [
makeWrapper
gnused
autoPatchelfHook
];
src =