Unverified Commit 49ad8699 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #315299 from NixOS/backport-315027-to-release-24.05

[Backport release-24.05] dbeaver-bin: add `wrapGAppsHook`
parents 5150b07a 9c8cced0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, openjdk17
, gnused
, autoPatchelfHook
, wrapGAppsHook3
}:

stdenvNoCC.mkDerivation (finalAttrs: {
@@ -15,6 +16,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    makeWrapper
    gnused
    autoPatchelfHook
    wrapGAppsHook3
  ];

  src =