about summary refs log tree commit diff
path: root/pkgs/applications/misc/klipperscreen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/klipperscreen/default.nix')
-rw-r--r--pkgs/applications/misc/klipperscreen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/klipperscreen/default.nix b/pkgs/applications/misc/klipperscreen/default.nix
index 789ab7c688287..5364d090f75d2 100644
--- a/pkgs/applications/misc/klipperscreen/default.nix
+++ b/pkgs/applications/misc/klipperscreen/default.nix
@@ -1,7 +1,7 @@
 { lib
 , python3
 , fetchFromGitHub
-, wrapGAppsHook
+, wrapGAppsHook3
 , gobject-introspection
 , gitUpdater
 }: python3.pkgs.buildPythonApplication rec {
@@ -18,7 +18,7 @@
 
   nativeBuildInputs = [
     gobject-introspection
-    wrapGAppsHook
+    wrapGAppsHook3
   ];
 
   pythonPath = with python3.pkgs; [