about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/maliit-keyboard/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/maliit-keyboard/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/misc/maliit-keyboard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/misc/maliit-keyboard/default.nix b/nixpkgs/pkgs/applications/misc/maliit-keyboard/default.nix
index 3669dfe5a5b7..c67ac7a402fc 100644
--- a/nixpkgs/pkgs/applications/misc/maliit-keyboard/default.nix
+++ b/nixpkgs/pkgs/applications/misc/maliit-keyboard/default.nix
@@ -17,7 +17,7 @@
 
 , cmake
 , pkg-config
-, wrapGAppsHook
+, wrapGAppsHook3
 }:
 
 mkDerivation rec {
@@ -58,7 +58,7 @@ mkDerivation rec {
   nativeBuildInputs = [
     cmake
     pkg-config
-    wrapGAppsHook
+    wrapGAppsHook3
   ];
 
   postInstall = ''