about summary refs log tree commit diff
diff options
context:
space:
mode:
author7FM <41307817+7FM@users.noreply.github.com>2022-11-29 00:43:22 +0100
committerManuel Bärenz <programming@manuelbaerenz.de>2022-11-29 17:11:37 +0100
commit7c3eeb5667f5f5be7aa4c9374f01a72e59f415bb (patch)
tree64f530eb9a3501a2b321106d47b26e325176559c
parent7bfceb02093f2c7ea0ea7e353c99b26e9a4022fc (diff)
keepassxc: Fix GApps wrapping
-rw-r--r--pkgs/applications/misc/keepassx/community.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix
index 258a2a51e72dc..0275760af407d 100644
--- a/pkgs/applications/misc/keepassx/community.nix
+++ b/pkgs/applications/misc/keepassx/community.nix
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ asciidoctor cmake wrapGAppsHook wrapQtAppsHook qttools pkg-config ];
 
   dontWrapGApps = true;
-  postFixup = ''
+  preFixup = ''
     qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
   '';