about summary refs log tree commit diff
path: root/pkgs/applications/misc/maliit-keyboard/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/maliit-keyboard/default.nix')
-rw-r--r--pkgs/applications/misc/maliit-keyboard/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/misc/maliit-keyboard/default.nix b/pkgs/applications/misc/maliit-keyboard/default.nix
index 3669dfe5a5b7b..9613639b0f174 100644
--- a/pkgs/applications/misc/maliit-keyboard/default.nix
+++ b/pkgs/applications/misc/maliit-keyboard/default.nix
@@ -1,7 +1,6 @@
 { mkDerivation
 , lib
 , fetchFromGitHub
-, fetchpatch
 
 , anthy
 , hunspell
@@ -17,7 +16,7 @@
 
 , cmake
 , pkg-config
-, wrapGAppsHook
+, wrapGAppsHook3
 }:
 
 mkDerivation rec {
@@ -58,7 +57,7 @@ mkDerivation rec {
   nativeBuildInputs = [
     cmake
     pkg-config
-    wrapGAppsHook
+    wrapGAppsHook3
   ];
 
   postInstall = ''