about summary refs log tree commit diff
path: root/pkgs/applications/misc/keeweb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/keeweb/default.nix')
-rw-r--r--pkgs/applications/misc/keeweb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/keeweb/default.nix b/pkgs/applications/misc/keeweb/default.nix
index 22f3ad668ccbf..a7260dc509b72 100644
--- a/pkgs/applications/misc/keeweb/default.nix
+++ b/pkgs/applications/misc/keeweb/default.nix
@@ -4,7 +4,7 @@
 , undmg
 , dpkg
 , autoPatchelfHook
-, wrapGAppsHook
+, wrapGAppsHook3
 , makeWrapper
 , alsa-lib
 , at-spi2-atk
@@ -92,7 +92,7 @@ else stdenv.mkDerivation {
 
   nativeBuildInputs = [
     autoPatchelfHook
-    wrapGAppsHook
+    wrapGAppsHook3
     makeWrapper
   ];