fix: wrapGAppsHook has been renamed to wrapGAppsHook3

This commit is contained in:
Armin Richard Veres 2025-11-22 13:45:42 +01:00
parent 49adbb1edf
commit f9118a3335
No known key found for this signature in database

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