This commit is contained in:
Armin Veres 2025-11-22 12:48:45 +00:00 committed by GitHub
commit af99372e72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
xdotool, xdotool,
gnome, gnome,
gobject-introspection, gobject-introspection,
wrapGAppsHook, wrapGAppsHook3,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dzgui"; pname = "dzgui";
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
makeWrapper makeWrapper
gobject-introspection gobject-introspection
wrapGAppsHook wrapGAppsHook3
]; ];
runtimeDeps = [ runtimeDeps = [