about summary refs log tree commit diff
path: root/pkgs/by-name/nw/nwg-hello/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/nw/nwg-hello/package.nix')
-rw-r--r--pkgs/by-name/nw/nwg-hello/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/nw/nwg-hello/package.nix b/pkgs/by-name/nw/nwg-hello/package.nix
index cae3fd2d25218..8efe84411f501 100644
--- a/pkgs/by-name/nw/nwg-hello/package.nix
+++ b/pkgs/by-name/nw/nwg-hello/package.nix
@@ -4,7 +4,7 @@
 , gtk-layer-shell
 , gtk3
 , python3Packages
-, wrapGAppsHook
+, wrapGAppsHook3
 }:
 
 python3Packages.buildPythonApplication rec {
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
 
   nativeBuildInputs = [
     gobject-introspection
-    wrapGAppsHook
+    wrapGAppsHook3
   ];
 
   buildInputs = [