about summary refs log tree commit diff
path: root/pkgs/applications/office/banana-accounting/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/banana-accounting/default.nix')
-rw-r--r--pkgs/applications/office/banana-accounting/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/banana-accounting/default.nix b/pkgs/applications/office/banana-accounting/default.nix
index e1c5f7fdeb40a..a0213e05f60ce 100644
--- a/pkgs/applications/office/banana-accounting/default.nix
+++ b/pkgs/applications/office/banana-accounting/default.nix
@@ -10,7 +10,7 @@
 , lib
 , stdenv
 , libgcrypt
-, wrapGAppsHook
+, wrapGAppsHook3
 }:
 
 stdenv.mkDerivation {
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
 
   nativeBuildInputs = [
     autoPatchelfHook
-    wrapGAppsHook
+    wrapGAppsHook3
   ];
 
   installPhase = ''