Skip to content

Commit

Permalink
dbeaver-bin: add gtk3 as a runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Aug 11, 2024
1 parent 5e0ca22 commit 1d82f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/db/dbeaver-bin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
gnused,
autoPatchelfHook,
wrapGAppsHook3,
gtk3,
}:

stdenvNoCC.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -47,6 +48,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
]
++ lib.optionals stdenvNoCC.isDarwin [ undmg ];

buildInputs = [ gtk3 ];

dontConfigure = true;
dontBuild = true;

Expand Down

0 comments on commit 1d82f26

Please sign in to comment.