fix: wrapGAppsHook has been renamed to wrapGAppsHook3

This commit is contained in:
Armin Richard Veres 2025-11-22 13:45:42 +01:00 committed by Leonardo Eugênio
parent 49adbb1edf
commit 76fd08dc14

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 = [